|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.hibernate.cache.SwarmCache
| Constructor Summary | |
SwarmCache(net.sf.swarmcache.ObjectCache cache,
String regionName)
|
|
| Method Summary | |
void |
clear()
Clear the cache |
void |
destroy()
Clean up |
Object |
get(Object key)
Get an item from the cache |
long |
getElementCountInMemory()
The count of entries currently contained in the regions in-memory store. |
long |
getElementCountOnDisk()
The count of entries currently contained in the regions disk store. |
String |
getRegionName()
Get the name of the cache region |
long |
getSizeInMemory()
The number of bytes is this cache region currently consuming in memory. |
int |
getTimeout()
Get a reasonable "lock timeout" |
void |
lock(Object key)
If this is a clustered cache, lock the item |
long |
nextTimestamp()
Generate a (coarse) timestamp |
void |
put(Object key,
Object value)
Add an item to the cache |
Object |
read(Object key)
Get an item from the cache |
void |
remove(Object key)
Remove an item from the cache |
Map |
toMap()
optional operation |
String |
toString()
|
void |
unlock(Object key)
If this is a clustered cache, unlock the item |
void |
update(Object key,
Object value)
Add an item to the cache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SwarmCache(net.sf.swarmcache.ObjectCache cache,
String regionName)
| Method Detail |
public Object get(Object key) throws CacheException
key -
CacheExceptionpublic Object read(Object key) throws CacheException
Cache
key -
CacheExceptionpublic void update(Object key, Object value) throws CacheException
key - value -
CacheExceptionpublic void put(Object key, Object value) throws CacheException
key - value -
CacheExceptionpublic void remove(Object key) throws CacheException
CacheException
public void clear()
throws CacheException
CacheException
public void destroy()
throws CacheException
CacheExceptionpublic void lock(Object key) throws CacheException
CacheExceptionpublic void unlock(Object key) throws CacheException
CacheExceptionpublic long nextTimestamp()
nextTimestamp in interface Cachepublic int getTimeout()
getTimeout in interface Cachepublic String getRegionName()
Cache
getRegionName in interface Cachepublic long getSizeInMemory()
Cache
getSizeInMemory in interface Cachepublic long getElementCountInMemory()
Cache
getElementCountInMemory in interface Cachepublic long getElementCountOnDisk()
Cache
getElementCountOnDisk in interface Cachepublic Map toMap()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||