|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.control.group.GroupId
public class GroupId
Used to avoid name conflict when group cache items are mixed with non-group cache items in the same cache.
Field Summary | |
---|---|
String |
cacheName
the name of the region. |
String |
groupName
Description of the Field |
Constructor Summary | |
---|---|
GroupId(String cacheName,
String groupName)
Constructor for the GroupId object |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
Caches the value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String groupName
public final String cacheName
Constructor Detail |
---|
public GroupId(String cacheName, String groupName)
cacheName
- groupName
- Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
obj
-
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |