Package org.hibernate.cache.spi
Interface TimestampsRegion
- All Superinterfaces:
DirectAccessRegion
,Region
- All Known Implementing Classes:
TimestampsRegionTemplate
Defines the contract for a cache region that stores timestamps.
The timestamps are used to manage query results with respect to
staleness of the underlying tables (sometimes called "query spaces"
or "table spaces").
-
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