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
pcs
- the array of instances to evict from the cache.evict(Object pc)