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