Package org.hibernate.cache.spi
Interface TimestampsRegion
-
- All Superinterfaces:
DirectAccessRegion
,Region
- All Known Implementing Classes:
TimestampsRegionTemplate
public interface TimestampsRegion extends DirectAccessRegion
-
-
Method Summary
-
Methods inherited from interface org.hibernate.cache.spi.DirectAccessRegion
getFromCache, putIntoCache
-
Methods inherited from interface org.hibernate.cache.spi.Region
clear, destroy, getName, getRegionFactory
-
-