|
||||||||||
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 | |
---|---|
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 |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
Caches the value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String groupName
public final java.lang.String cacheName
Constructor Detail |
---|
public GroupId(java.lang.String cacheName, java.lang.String groupName)
cacheName
- groupName
- Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
-
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |