|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.persist.CacheKey
The CacheKey represents a reference to an item stored in the cache.
| Constructor Summary | |
CacheKey(java.lang.String loaderName,
java.lang.String methodName)
|
|
| Method Summary | |
void |
addParameter(java.lang.Object obj)
Adds the given parameter to the list for this cache key. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLoaderName()
Returns the loader name for this cache key. |
java.lang.String |
getMethodName()
Returns the method name for this cache key. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CacheKey(java.lang.String loaderName,
java.lang.String methodName)
| Method Detail |
public void addParameter(java.lang.Object obj)
public java.lang.String getLoaderName()
public java.lang.String getMethodName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||