Class TimestampsRegionCache

java.lang.Object
com.hazelcast.hibernate.local.LocalRegionCache
com.hazelcast.hibernate.local.TimestampsRegionCache
All Implemented Interfaces:
RegionCache, org.hibernate.cache.spi.ExtendedStatisticsSupport, org.hibernate.cache.spi.Region

public class TimestampsRegionCache extends LocalRegionCache implements RegionCache
A timestamp based local RegionCache
  • Constructor Details

    • TimestampsRegionCache

      public TimestampsRegionCache(org.hibernate.cache.spi.RegionFactory regionFactory, String name, com.hazelcast.core.HazelcastInstance hazelcastInstance, FreeHeapBasedCacheEvictor freeHeapBasedCacheEvictor)
      Parameters:
      regionFactory - the region factory
      name - the name for this region cache, which is also used to retrieve configuration/topic
      hazelcastInstance - the HazelcastInstance to which this region cache belongs, used to retrieve configuration and to lookup an ITopic to register a MessageListener with (optional)
      freeHeapBasedCacheEvictor - performs the free-heap-based eviction
  • Method Details