public class MemcachedQueryResultsRegion extends AbstractMemcachedRegion implements org.hibernate.cache.spi.QueryResultsRegion
cache| Constructor and Description |
|---|
MemcachedQueryResultsRegion(MemcachedCache cache,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
evict(Object key) |
void |
evictAll() |
Object |
get(org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object key) |
void |
put(org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object key,
Object value) |
contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic MemcachedQueryResultsRegion(MemcachedCache cache, Config config)
public Object get(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object key) throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void put(org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object key,
Object value)
throws org.hibernate.cache.CacheException
put in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evict(Object key) throws org.hibernate.cache.CacheException
evict in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evictAll()
throws org.hibernate.cache.CacheException
evictAll in interface org.hibernate.cache.spi.GeneralDataRegionorg.hibernate.cache.CacheExceptionCopyright © 2017. All rights reserved.