|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.CacheGroup
public class CacheGroup
Holder for attributes specific to a group. The grouping functionality is on the way out.
Field Summary | |
---|---|
IElementAttributes |
attr
Element configuration. |
Constructor Summary | |
---|---|
CacheGroup()
Constructor for the CacheGroup object |
Method Summary | |
---|---|
IElementAttributes |
getElementAttrributes()
Gets the attrributes attribute of the CacheGroup object |
void |
setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the CacheGroup object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IElementAttributes attr
Constructor Detail |
---|
public CacheGroup()
Method Detail |
---|
public void setElementAttributes(IElementAttributes attr)
attr
- The new attributes valuepublic IElementAttributes getElementAttrributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |