net.sf.hibernate.cache
Class HashtableCacheProvider
java.lang.Object
net.sf.hibernate.cache.HashtableCacheProvider
- All Implemented Interfaces:
- CacheProvider
- public class HashtableCacheProvider
- extends Object
- implements CacheProvider
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashtableCacheProvider
public HashtableCacheProvider()
buildCache
public Cache buildCache(String regionName,
Properties properties)
throws CacheException
- Description copied from interface:
CacheProvider
- Configure the cache
- Specified by:
buildCache
in interface CacheProvider
- Parameters:
regionName
- the name of the cache regionproperties
- configuration settings
- Throws:
CacheException
nextTimestamp
public long nextTimestamp()
- Description copied from interface:
CacheProvider
- Generate a timestamp
- Specified by:
nextTimestamp
in interface CacheProvider