Uses of Interface
org.hibernate.cache.spi.TimestampsCache
Packages that use TimestampsCache
Package
Description
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
-
Uses of TimestampsCache in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement TimestampsCacheModifier and TypeClassDescriptionclass
TimestampsRegionAccess implementation for cases where query results caching (or second level caching overall) is disabled.class
Standard implementation of TimestampsCacheMethods in org.hibernate.cache.internal that return TimestampsCacheModifier and TypeMethodDescriptionStandardTimestampsCacheFactory.buildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) DisabledCaching.getTimestampsCache()
EnabledCaching.getTimestampsCache()
-
Uses of TimestampsCache in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return TimestampsCacheModifier and TypeMethodDescriptionTimestampsCacheFactory.buildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache
.CacheImplementor.getTimestampsCache()
Find the cache data access strategy for Hibernate's timestamps cache.