|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to retrieve and update the remote cache.
Method Summary | |
java.util.Set |
getGroupKeys(java.lang.String cacheName,
java.lang.String groupName)
|
void |
remove(java.lang.String cacheName,
java.io.Serializable key,
byte requesterId)
Removes the given key from the specified cache. |
void |
removeAll(java.lang.String cacheName,
byte requesterId)
Remove all keys from the sepcified cache. |
void |
update(ICacheElement item,
byte requesterId)
Puts a cache item to the cache. |
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheService |
dispose, get, release, remove, removeAll, update |
Method Detail |
public void update(ICacheElement item, byte requesterId) throws ObjectExistsException, java.io.IOException
ObjectExistsException
java.io.IOException
public void remove(java.lang.String cacheName, java.io.Serializable key, byte requesterId) throws java.io.IOException
java.io.IOException
public void removeAll(java.lang.String cacheName, byte requesterId) throws java.io.IOException
java.io.IOException
public java.util.Set getGroupKeys(java.lang.String cacheName, java.lang.String groupName) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |