net.sf.hibernate.cache
Class JCSCacheProvider
java.lang.Object
net.sf.hibernate.cache.JCSCacheProvider
- All Implemented Interfaces:
- CacheProvider
Deprecated. JCS support will be removed in version 2.1.1
- public class JCSCacheProvider
- 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 |
JCSCacheProvider
public JCSCacheProvider()
- Deprecated.
buildCache
public Cache buildCache(String regionName,
Properties properties)
throws CacheException
- Deprecated.
- 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()
- Deprecated.
- Description copied from interface:
CacheProvider
- Generate a timestamp
- Specified by:
nextTimestamp
in interface CacheProvider