public class RedissonStorage extends Object implements org.hibernate.cache.spi.support.DomainDataStorageAccess
| Constructor and Description |
|---|
RedissonStorage(RMapCache<Object,Object> mapCache,
ConnectionManager connectionManager,
Map<String,Object> properties,
String defaultKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
void |
evictData() |
void |
evictData(Object key) |
Object |
getFromCache(Object key,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
void |
putIntoCache(Object key,
Object value,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Object getFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
getFromCache in interface org.hibernate.cache.spi.support.StorageAccesspublic void putIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session)
putIntoCache in interface org.hibernate.cache.spi.support.StorageAccesspublic boolean contains(Object key)
contains in interface org.hibernate.cache.spi.support.StorageAccesspublic void evictData()
evictData in interface org.hibernate.cache.spi.support.StorageAccesspublic void evictData(Object key)
evictData in interface org.hibernate.cache.spi.support.StorageAccesspublic void release()
release in interface org.hibernate.cache.spi.support.StorageAccessCopyright © 2014–2021 Redisson. All rights reserved.