Package org.hibernate.cache.internal
Class StandardTimestampsCacheFactory
java.lang.Object
org.hibernate.cache.internal.StandardTimestampsCacheFactory
- All Implemented Interfaces:
TimestampsCacheFactory
Standard Hibernate implementation of the QueryCacheFactory interface. Returns instances of
QueryResultsCacheImpl
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache
.
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
StandardTimestampsCacheFactory
public StandardTimestampsCacheFactory()
-
-
Method Details
-
buildTimestampsCache
public TimestampsCache buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Description copied from interface:TimestampsCacheFactory
Build theTimestampsCache
.- Specified by:
buildTimestampsCache
in interfaceTimestampsCacheFactory
-