|
|||||||||||
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
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
|
java.lang.String |
groupName
Description of the Field |
private java.lang.String |
toString
|
Constructor Summary | |
GroupId(java.lang.String cacheName,
java.lang.String groupName)
Constructor for the GroupId object |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Description of the Method |
int |
hashCode()
Description of the Method |
java.lang.String |
toString()
Description of the Method |
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
private java.lang.String toString
Constructor Detail |
public GroupId(java.lang.String cacheName, java.lang.String groupName)
cacheName
- groupName
- Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |