org.apache.jcs.engine.control.group
Class GroupId
java.lang.Object
org.apache.jcs.engine.control.group.GroupId
- All Implemented Interfaces:
- java.io.Serializable
- public class GroupId
- extends java.lang.Object
- implements java.io.Serializable
Used to avoid name conflict when group cache items are mixed with non-group
cache items in the same cache.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
cacheName
the name of the region. |
java.lang.String |
groupName
Description of the Field |
Constructor Summary |
GroupId(java.lang.String cacheName,
java.lang.String groupName)
Constructor for the GroupId object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
groupName
public final java.lang.String groupName
- Description of the Field
cacheName
public final java.lang.String cacheName
- the name of the region.
GroupId
public GroupId(java.lang.String cacheName,
java.lang.String groupName)
- Constructor for the GroupId object
- Parameters:
cacheName
- groupName
-
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.