public class BaseRegion extends Object implements org.hibernate.cache.spi.Region
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
void |
destroy() |
Map |
getDataMap() |
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
String |
getName() |
CachingRegionFactory |
getRegionFactory() |
long |
getSizeInMemory() |
int |
getTimeout() |
long |
nextTimestamp() |
Map |
toMap() |
protected final Map cache
public CachingRegionFactory getRegionFactory()
public String getName()
getName in interface org.hibernate.cache.spi.Regionpublic boolean contains(Object key)
contains 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 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 Map getDataMap()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.