Package org.hibernate.cache.spi
Interface TimestampsCacheFactory
-
- All Known Implementing Classes:
StandardTimestampsCacheFactory
public interface TimestampsCacheFactoryResponsible for building theTimestampsCacheto 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
AvailableSettings.QUERY_CACHE_FACTORY.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampsCachebuildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build the TimestampsCache
-
-
-
Method Detail
-
buildTimestampsCache
TimestampsCache buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Build the TimestampsCache
-
-