ObjectDB ObjectDB

evictAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void evictAll(
  Object... pcs
)

Mark an array of instances as no longer needed in the cache.
Parameters:
pcs - the array of instances to evict from the cache.
Since:
JDO 1.0
See Also:
evict(Object pc)