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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the attributes attribute of the CacheGroup objectvoid
Deprecated.Sets the attributes attribute of the CacheGroup object
-
Constructor Details
-
CacheGroup
public CacheGroup()Deprecated.Constructor for the CacheGroup object
-
-
Method Details
-
setElementAttributes
Deprecated.Sets the attributes attribute of the CacheGroup object- Parameters:
attr
- The new attributes value
-
getElementAttrributes
Deprecated.Gets the attributes attribute of the CacheGroup object- Returns:
- The attributes value
-