|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.persist.CacheEntry
The CacheEntry represents an item stored in the cache.
| Constructor Summary | |
CacheEntry(java.lang.Object key,
java.lang.Object value)
|
|
| Method Summary | |
java.lang.Object |
getKey()
Returns the key of this cache entry. |
java.lang.Object |
getValue()
Returns the value of this cache entry. |
boolean |
isValid()
Returns whether or not the cache entry is still valid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CacheEntry(java.lang.Object key,
java.lang.Object value)
| Method Detail |
public boolean isValid()
public java.lang.Object getValue()
public java.lang.Object getKey()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||