public class TimestampsRegionWrapper extends BaseRegionWrapper implements org.hibernate.cache.TimestampsRegion
| Constructor and Description |
|---|
TimestampsRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion ehcacheTimestampsRegion) |
| Modifier and Type | Method and Description |
|---|---|
void |
evict(java.lang.Object key) |
void |
evictAll() |
java.lang.Object |
get(java.lang.Object key) |
protected net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion |
getEhcacheTimestampsRegion() |
void |
invalidate() |
void |
put(java.lang.Object key,
java.lang.Object value) |
contains, destroy, doDestroy, getEhcacheDataRegion, getElementCountInMemory, getElementCountOnDisk, getName, getRegistryName, getSizeInMemory, getTimeout, nextTimestamp, toMap, toStringpublic TimestampsRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion ehcacheTimestampsRegion)
public void evict(java.lang.Object key)
throws org.hibernate.cache.CacheException
evict in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evictAll()
throws org.hibernate.cache.CacheException
evictAll in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic java.lang.Object get(java.lang.Object key)
throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void invalidate()
invalidate in interface com.liferay.portal.kernel.cache.CacheRegistryItempublic void put(java.lang.Object key,
java.lang.Object value)
throws org.hibernate.cache.CacheException
put in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionprotected net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion getEhcacheTimestampsRegion()