Package org.hibernate.cache.spi
Interface TimestampsCacheFactory
- All Known Implementing Classes:
StandardTimestampsCacheFactory
public interface TimestampsCacheFactory
Responsible for building the
TimestampsCache
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
Modifier and TypeMethodDescriptionbuildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache
.
-
Method Details
-
buildTimestampsCache
TimestampsCache buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache
.
-