JDO Method
in javax.jdo.PersistenceManager

void evictAll(
  Collection pcs
)


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