Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.orm.hibernate.region
Class TimestampsRegionWrapper

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.region.BaseRegionWrapper
      extended by com.liferay.portal.dao.orm.hibernate.region.TimestampsRegionWrapper
All Implemented Interfaces:
CacheRegistryItem, org.hibernate.cache.GeneralDataRegion, org.hibernate.cache.Region, org.hibernate.cache.TimestampsRegion

public class TimestampsRegionWrapper
extends BaseRegionWrapper
implements org.hibernate.cache.TimestampsRegion


Constructor Summary
TimestampsRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion ehcacheTimestampsRegion)
           
 
Method Summary
 void evict(Object key)
           
 void evictAll()
           
 Object get(Object key)
           
protected  net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion getEhcacheTimestampsRegion()
           
 void invalidate()
           
 void put(Object key, Object value)
           
 
Methods inherited from class com.liferay.portal.dao.orm.hibernate.region.BaseRegionWrapper
contains, destroy, doDestroy, getEhcacheDataRegion, getElementCountInMemory, getElementCountOnDisk, getName, getRegistryName, getSizeInMemory, getTimeout, nextTimestamp, toMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hibernate.cache.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 

Constructor Detail

TimestampsRegionWrapper

public TimestampsRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion ehcacheTimestampsRegion)
Method Detail

evict

public void evict(Object key)
           throws org.hibernate.cache.CacheException
Specified by:
evict in interface org.hibernate.cache.GeneralDataRegion
Throws:
org.hibernate.cache.CacheException

evictAll

public void evictAll()
              throws org.hibernate.cache.CacheException
Specified by:
evictAll in interface org.hibernate.cache.GeneralDataRegion
Throws:
org.hibernate.cache.CacheException

get

public Object get(Object key)
           throws org.hibernate.cache.CacheException
Specified by:
get in interface org.hibernate.cache.GeneralDataRegion
Throws:
org.hibernate.cache.CacheException

invalidate

public void invalidate()
Specified by:
invalidate in interface CacheRegistryItem

put

public void put(Object key,
                Object value)
         throws org.hibernate.cache.CacheException
Specified by:
put in interface org.hibernate.cache.GeneralDataRegion
Throws:
org.hibernate.cache.CacheException

getEhcacheTimestampsRegion

protected net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion getEhcacheTimestampsRegion()

Liferay 6.1.2-ce-ga3