|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cache
Interface used to interact with the second-level cache. If a cache is not in use, the methods of this interface have no effect, except for contains
, which returns false.
Method Summary | |
---|---|
boolean |
contains(java.lang.Class cls, java.lang.Object primaryKey) Whether the cache contains data for the given entity. |
void |
evict(java.lang.Class cls) Remove the data for entities of the specified class (and its subclasses) from the cache. |
void |
evict(java.lang.Class cls, java.lang.Object primaryKey) Remove the data for the given entity from the cache. |
void |
evictAll() Clear the cache. |
Method Detail |
---|
boolean contains(java.lang.Class cls, java.lang.Object primaryKey)
cls
- entity classprimaryKey
- primary keyvoid evict(java.lang.Class cls, java.lang.Object primaryKey)
cls
- entity classprimaryKey
- primary keyvoid evict(java.lang.Class cls)
cls
- entity classvoid evictAll()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |