Class HvTimestampsRegion
- java.lang.Object
-
- org.hibernate.cache.spi.support.AbstractRegion
-
- org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- org.hibernate.cache.spi.support.TimestampsRegionTemplate
-
- org.pentaho.platform.plugin.services.cache.HvTimestampsRegion
-
- All Implemented Interfaces:
org.hibernate.cache.spi.DirectAccessRegion
,org.hibernate.cache.spi.Region
,org.hibernate.cache.spi.TimestampsRegion
public class HvTimestampsRegion extends org.hibernate.cache.spi.support.TimestampsRegionTemplate
-
-
Constructor Summary
Constructors Constructor Description HvTimestampsRegion(String name, org.hibernate.cache.spi.RegionFactory regionFactory, org.hibernate.cache.spi.support.StorageAccess storageAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.cache.ehcache.internal.StorageAccessImpl
getStorageAccess()
-
Methods inherited from class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
clear, destroy, getFromCache, putIntoCache
-
Methods inherited from class org.hibernate.cache.spi.support.AbstractRegion
getName, getRegionFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
HvTimestampsRegion
public HvTimestampsRegion(String name, org.hibernate.cache.spi.RegionFactory regionFactory, org.hibernate.cache.spi.support.StorageAccess storageAccess)
-
-