public class RedissonCollectionRegion extends BaseRegion implements org.hibernate.cache.spi.CollectionRegion
| Constructor and Description |
|---|
RedissonCollectionRegion(org.redisson.api.RMapCache<Object,Object> mapCache,
org.hibernate.cache.spi.RegionFactory regionFactory,
org.hibernate.cache.spi.CacheDataDescription metadata,
org.hibernate.cfg.Settings settings,
Properties properties,
String defaultKey) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.spi.access.CollectionRegionAccessStrategy |
buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType) |
contains, destroy, evict, evictAll, get, getCacheDataDescription, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, isTransactionAware, nextTimestamp, put, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RedissonCollectionRegion(org.redisson.api.RMapCache<Object,Object> mapCache, org.hibernate.cache.spi.RegionFactory regionFactory, org.hibernate.cache.spi.CacheDataDescription metadata, org.hibernate.cfg.Settings settings, Properties properties, String defaultKey)
public org.hibernate.cache.spi.access.CollectionRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType)
throws org.hibernate.cache.CacheException
buildAccessStrategy in interface org.hibernate.cache.spi.CollectionRegionorg.hibernate.cache.CacheExceptionCopyright © 2014–2019 The Redisson Project. All rights reserved.