public abstract class AbstractMemcachedRegion extends Object implements org.hibernate.cache.spi.Region
| Modifier and Type | Field and Description |
|---|---|
protected MemcachedCache |
cache |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
void |
destroy() |
MemcachedCache |
getCache() |
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
String |
getName() |
long |
getSizeInMemory() |
int |
getTimeout() |
long |
nextTimestamp() |
Map |
toMap() |
protected MemcachedCache cache
public String getName()
getName in interface org.hibernate.cache.spi.Regionpublic void destroy()
throws org.hibernate.cache.CacheException
destroy in interface org.hibernate.cache.spi.Regionorg.hibernate.cache.CacheExceptionpublic boolean contains(Object key)
contains in interface org.hibernate.cache.spi.Regionpublic long getSizeInMemory()
getSizeInMemory in interface org.hibernate.cache.spi.Regionpublic long getElementCountInMemory()
getElementCountInMemory in interface org.hibernate.cache.spi.Regionpublic long getElementCountOnDisk()
getElementCountOnDisk in interface org.hibernate.cache.spi.Regionpublic Map toMap()
toMap in interface org.hibernate.cache.spi.Regionpublic long nextTimestamp()
nextTimestamp in interface org.hibernate.cache.spi.Regionpublic int getTimeout()
getTimeout in interface org.hibernate.cache.spi.Regionpublic MemcachedCache getCache()
Copyright © 2017. All rights reserved.