Package org.apache.commons.jcs3.engine
Class CacheGroup
java.lang.Object
org.apache.commons.jcs3.engine.CacheGroup
Deprecated.
The grouping functionality is on the way out.
Holder for attributes specific to a group.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the attributes attribute of the CacheGroup objectvoidDeprecated.Sets the attributes attribute of the CacheGroup object
- 
Constructor Details- 
CacheGrouppublic CacheGroup()Deprecated.Constructor for the CacheGroup object
 
- 
- 
Method Details- 
setElementAttributesDeprecated.Sets the attributes attribute of the CacheGroup object- Parameters:
- attr- The new attributes value
 
- 
getElementAttrributesDeprecated.Gets the attributes attribute of the CacheGroup object- Returns:
- The attributes value
 
 
-