|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.cache.SwarmCache
public class 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()
|
long |
getElementCountOnDisk()
|
String |
getRegionName()
|
long |
getSizeInMemory()
|
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)
|
void |
remove(Object key)
Remove an item from the cache |
Map |
toMap()
|
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
get
in interface Cache
key
-
CacheException
public Object read(Object key) throws CacheException
read
in interface Cache
CacheException
public void update(Object key, Object value) throws CacheException
update
in interface Cache
key
- value
-
CacheException
public void put(Object key, Object value) throws CacheException
put
in interface Cache
key
- value
-
CacheException
public void remove(Object key) throws CacheException
remove
in interface Cache
CacheException
public void clear() throws CacheException
clear
in interface Cache
CacheException
public void destroy() throws CacheException
destroy
in interface Cache
CacheException
public void lock(Object key) throws CacheException
lock
in interface Cache
CacheException
public void unlock(Object key) throws CacheException
unlock
in interface Cache
CacheException
public long nextTimestamp()
nextTimestamp
in interface Cache
public int getTimeout()
getTimeout
in interface Cache
public String getRegionName()
getRegionName
in interface Cache
public long getSizeInMemory()
getSizeInMemory
in interface Cache
public long getElementCountInMemory()
getElementCountInMemory
in interface Cache
public long getElementCountOnDisk()
getElementCountOnDisk
in interface Cache
public Map toMap()
toMap
in interface Cache
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |