Package org.hibernate.cache.spi
Interface TimestampsCacheFactory
-
- All Known Implementing Classes:
StandardTimestampsCacheFactory
public interface TimestampsCacheFactory
Responsible for building theTimestampsCache
to use for managing query results with respect to staleness of the underlying tables (sometimes called "query spaces" or "table spaces").An implementation may be selected using the configuration property
CacheSettings.QUERY_CACHE_FACTORY
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampsCache
buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Build theTimestampsCache
.
-
-
-
Method Detail
-
buildTimestampsCache
TimestampsCache buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Build theTimestampsCache
.
-
-