|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
java.lang.Object |
getFromGroup(java.lang.Object name,
java.lang.String group)
Gets the g attribute of the IGroupCacheAccess object |
java.util.Set |
getGroupKeys(java.lang.String group)
Gets the set of keys of objects currently in the group |
void |
invalidateGroup(java.lang.String group)
Invalidates a group |
void |
putInGroup(java.lang.Object key,
java.lang.String group,
java.lang.Object obj)
Description of the Method |
void |
putInGroup(java.lang.Object key,
java.lang.String group,
java.lang.Object obj,
IElementAttributes attr)
Description of the Method |
void |
remove(java.lang.Object name,
java.lang.String group)
Description of the Method |
Methods inherited from interface org.apache.jcs.access.behavior.ICacheAccess |
destroy, destroy, get, getCacheAttributes, getElementAttributes, getElementAttributes, put, put, putSafe, remove, remove, resetElementAttributes, resetElementAttributes, setCacheAttributes |
Method Detail |
public java.lang.Object getFromGroup(java.lang.Object name, java.lang.String group)
public void putInGroup(java.lang.Object key, java.lang.String group, java.lang.Object obj) throws CacheException
CacheException
public void putInGroup(java.lang.Object key, java.lang.String group, java.lang.Object obj, IElementAttributes attr) throws CacheException
CacheException
public void remove(java.lang.Object name, java.lang.String group)
public java.util.Set getGroupKeys(java.lang.String group)
public void invalidateGroup(java.lang.String group)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |