JDO Method
in javax.jdo.PersistenceManager

void setIgnoreCache(
  boolean flag
)


Set the ignoreCache parameter for queries.

IgnoreCache set to true specifies that for all Query instances created by this PersistenceManager, the default is the cache should be ignored for queries.

Parameters:
flag - the ignoreCache setting.
Since:
JDO 1.0