org.apache.jcs.engine
Class CacheGroup

java.lang.Object
  extended by org.apache.jcs.engine.CacheGroup

public class CacheGroup
extends Object

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

attr

public IElementAttributes attr
Element configuration.

Constructor Detail

CacheGroup

public CacheGroup()
Constructor for the CacheGroup object

Method Detail

setElementAttributes

public void setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the CacheGroup object

Parameters:
attr - The new attributes value

getElementAttrributes

public IElementAttributes getElementAttrributes()
Gets the attrributes attribute of the CacheGroup object

Returns:
The attrributes value


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.