|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGroupCacheAccess
IGroupCacheAccess defines group specific behavior for the client access classes.
| 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)
Puts an item int eh cache associated with this group. |
void |
putInGroup(java.lang.Object key,
java.lang.String group,
java.lang.Object obj,
IElementAttributes attr)
Put in the cache associated with this group using these attributes. |
void |
remove(java.lang.Object name,
java.lang.String group)
Remove the item from this group in this region by this name. |
| Methods inherited from interface org.apache.jcs.access.behavior.ICacheAccess |
|---|
destroy, destroy, freeMemoryElements, get, getCacheAttributes, getElementAttributes, getElementAttributes, put, put, putSafe, remove, remove, resetElementAttributes, resetElementAttributes, setCacheAttributes |
| Method Detail |
|---|
java.lang.Object getFromGroup(java.lang.Object name,
java.lang.String group)
name - group - the name of the group to associate this with.
void putInGroup(java.lang.Object key,
java.lang.String group,
java.lang.Object obj)
throws CacheException
key - group - obj -
CacheException
void putInGroup(java.lang.Object key,
java.lang.String group,
java.lang.Object obj,
IElementAttributes attr)
throws CacheException
key - group - obj - attr -
CacheException
void remove(java.lang.Object name,
java.lang.String group)
name - group - java.util.Set getGroupKeys(java.lang.String group)
group -
void invalidateGroup(java.lang.String group)
group -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||