|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cache
Cache for objects
Method Summary | |
---|---|
boolean |
contains(java.lang.Class cl,
java.lang.Object key)
Returns true if the cache contains data for the entity |
void |
evict(java.lang.Class cl)
Evict call members of the given class |
void |
evict(java.lang.Class cl,
java.lang.Object key)
Evict the data |
void |
evictAll()
Clears the cache |
Method Detail |
---|
boolean contains(java.lang.Class cl, java.lang.Object key)
void evict(java.lang.Class cl, java.lang.Object key)
void evict(java.lang.Class cl)
void evictAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |