public class MemcachedEntityRegion extends AbstractMemcachedRegion implements org.hibernate.cache.spi.EntityRegion
cache| Constructor and Description |
|---|
MemcachedEntityRegion(MemcachedCache cache,
org.hibernate.boot.spi.SessionFactoryOptions settings,
org.hibernate.cache.spi.CacheDataDescription metadata,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.spi.access.EntityRegionAccessStrategy |
buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType) |
org.hibernate.cache.spi.CacheDataDescription |
getCacheDataDescription() |
boolean |
isTransactionAware() |
contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic MemcachedEntityRegion(MemcachedCache cache, org.hibernate.boot.spi.SessionFactoryOptions settings, org.hibernate.cache.spi.CacheDataDescription metadata, Config config)
public org.hibernate.cache.spi.access.EntityRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType)
throws org.hibernate.cache.CacheException
buildAccessStrategy in interface org.hibernate.cache.spi.EntityRegionorg.hibernate.cache.CacheExceptionpublic boolean isTransactionAware()
isTransactionAware in interface org.hibernate.cache.spi.TransactionalDataRegionpublic org.hibernate.cache.spi.CacheDataDescription getCacheDataDescription()
getCacheDataDescription in interface org.hibernate.cache.spi.TransactionalDataRegionCopyright © 2017. All rights reserved.