JDO Method
in 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.
See Also:
evict(Object pc)
Since:
JDO 1.0