ObjectDB ObjectDB

evictAll(pcClass, subclasses) - JDO DataStoreCache's method

Method
javax.jdo.datastore.DataStoreCache
void evictAll(
  Class pcClass,
  boolean subclasses
)

Evict the parameter instances from the second-level cache.
Parameters:
pcClass - the class of instances to evict
subclasses - if true, evict instances of subclasses also
Since:
JDO 2.0