Package org.hibernate.cache.spi.support
Class TimestampsRegionTemplate
- java.lang.Object
-
- org.hibernate.cache.spi.support.AbstractRegion
-
- org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- org.hibernate.cache.spi.support.TimestampsRegionTemplate
-
- All Implemented Interfaces:
DirectAccessRegion
,Region
,TimestampsRegion
public class TimestampsRegionTemplate extends DirectAccessRegionTemplate implements TimestampsRegion
-
-
Constructor Summary
Constructors Constructor Description TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aTimestampsRegionTemplate
.
-
Method Summary
-
Methods inherited from class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
clear, destroy, getFromCache, getStorageAccess, 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
-
Methods inherited from interface org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
-
Methods inherited from interface org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
-
-
-
Constructor Detail
-
TimestampsRegionTemplate
public TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aTimestampsRegionTemplate
.- Parameters:
name
- - the unqualified region nameregionFactory
- - the region factorystorageAccess
- - the cache storage access strategy
-
-