public class MemcachedCollectionRegion extends AbstractMemcachedRegion implements org.hibernate.cache.spi.CollectionRegion
cache| Constructor and Description |
|---|
MemcachedCollectionRegion(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.CollectionRegionAccessStrategy |
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 MemcachedCollectionRegion(MemcachedCache cache, org.hibernate.boot.spi.SessionFactoryOptions settings, org.hibernate.cache.spi.CacheDataDescription metadata, Config config)
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.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.