Class GroupId
java.lang.Object
org.apache.commons.jcs3.engine.control.group.GroupId
- All Implemented Interfaces:
- Serializable
Used to avoid name conflict when group cache items are mixed with non-group cache items in the
 same cache.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
groupNameDescription of the Field
- 
cacheNamethe name of the region.
 
- 
- 
Constructor Details- 
GroupIdConstructor for the GroupId object- Parameters:
- cacheName-
- groupName-
 
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toStringConvert to string
 
-