JDO Method
in javax.jdo.PersistenceManager

void evict(
  Object pc
)


Mark an instance as no longer needed in the cache. Eviction is normally done automatically by the PersistenceManager at transaction completion. This method allows the application to explicitly provide a hint to the PersistenceManager that the instance is no longer needed in the cache.
Parameters:
pc - the instance to evict from the cache.
Since:
JDO 1.0