|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.ZombieCacheService
Description of the Class
Constructor Summary | |
ZombieCacheService()
|
Method Summary | |
void |
dispose(java.lang.String cacheName)
Description of the Method |
ICacheElement |
get(java.lang.String cacheName,
java.io.Serializable key)
Description of the Method |
java.io.Serializable |
get(java.lang.String cacheName,
java.io.Serializable key,
boolean container)
Description of the Method |
void |
put(ICacheElement item)
Description of the Method |
void |
release()
Description of the Method |
void |
remove(java.lang.String cacheName,
java.io.Serializable key)
Description of the Method |
void |
removeAll(java.lang.String cacheName)
Description of the Method |
void |
update(ICacheElement item)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZombieCacheService()
Method Detail |
public void put(ICacheElement item)
public void update(ICacheElement item)
update
in interface ICacheService
public ICacheElement get(java.lang.String cacheName, java.io.Serializable key)
get
in interface ICacheService
public java.io.Serializable get(java.lang.String cacheName, java.io.Serializable key, boolean container)
public void remove(java.lang.String cacheName, java.io.Serializable key)
remove
in interface ICacheService
public void removeAll(java.lang.String cacheName)
removeAll
in interface ICacheService
public void dispose(java.lang.String cacheName)
dispose
in interface ICacheService
public void release()
release
in interface ICacheService
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |