|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.persist.Cache
The Cache provides the base model for caching for any object
loader defined within the persistence framework.
| Constructor Summary | |
Cache()
|
|
| Method Summary | |
void |
addEntry(CacheEntry ce)
|
void |
clear(ListFilter filter)
Removes any element from the cache whose key passes the filter provided. |
CacheEntry |
getEntry(java.lang.Object key)
|
java.lang.Object |
getValue(java.lang.Object key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Cache()
| Method Detail |
public void clear(ListFilter filter)
public java.lang.Object getValue(java.lang.Object key)
public CacheEntry getEntry(java.lang.Object key)
public void addEntry(CacheEntry ce)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||