Method Summary |
|
public void | evict(Object oid) Evict the parameter instance from the second-level cache. |
public void | evictAll() Evict the parameter instances from the second-level cache. |
public void | evictAll(Object[] oids) Evict the parameter instances from the second-level cache. |
public void | evictAll(Collection oids) Evict the parameter instances from the second-level cache. |
public void | evictAll(Class pcClass, boolean subclasses) Evict the parameter instances from the second-level cache. |
public void | evictAll(boolean subclasses, Class pcClass) Evict the parameter instances from the second-level cache. |
public Level2Cache | getLevel2Cache() Accessor for the underlying Level 2 cache. |
public void | pin(Object oid) Pin the parameter instance in the second-level cache. |
public void | pinAll(Collection oids) Pin the parameter instances in the second-level cache. |
public void | pinAll(Object[] oids) Pin the parameter instances in the second-level cache. |
public void | pinAll(Class pcClass, boolean subclasses) Pin instances in the second-level cache. |
public void | pinAll(boolean subclasses, Class pcClass) Pin instances in the second-level cache. |
public void | unpin(Object oid) Unpin the parameter instance from the second-level cache. |
public void | unpinAll(Collection oids) Unpin the parameter instances from the second-level cache. |
public void | unpinAll(Object[] oids) Unpin the parameter instance from the second-level cache. |
public void | unpinAll(Class pcClass, boolean subclasses) Unpin instances from the second-level cache. |
public void | unpinAll(boolean subclasses, Class pcClass) Unpin instances from the second-level cache. |