|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NonPersistentCache
Method Summary | |
---|---|
void |
addToCache(java.lang.Class<?> owner,
java.lang.Object data)
Stores some data associated with the given container/entry within non persistent in memory cache associated with its overlay instance. |
java.lang.Object |
getFromCache(java.lang.Class<?> owner)
Obtains some data associated with the given container/entry within non persistent in memory cache associated with its overlay instance. |
void |
removeFromCache(java.lang.Class<?> owner)
Removes some data associated with the given container/entry within non persistent in memory cache associated with its overlay instance. |
Method Detail |
---|
void addToCache(java.lang.Class<?> owner, java.lang.Object data)
owner
- Class of caller setting data, allows multiple adapters to cache against a given container/entry.data
- Data to store for caller.void removeFromCache(java.lang.Class<?> owner)
owner
- Class of caller getting data, allows multiple adapters to cache against a given container/entry.java.lang.Object getFromCache(java.lang.Class<?> owner)
owner
- Class of caller getting data, allows multiple adapters to cache against a given container/entry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |