FileDocCategorySizeDatePackage
CacheProvider.javaAPI DocHibernate 3.2.51017Sat Feb 12 00:19:50 GMT 2005org.hibernate.cache

CacheProvider

public interface CacheProvider
Support for pluggable caches.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public CachebuildCache(java.lang.String regionName, java.util.Properties properties)
Configure the cache

param
regionName the name of the cache region
param
properties configuration settings
throws
CacheException

public booleanisMinimalPutsEnabledByDefault()

public longnextTimestamp()
Generate a timestamp

public voidstart(java.util.Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.

param
properties current configuration settings.

public voidstop()
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().