JDO Class

EmptyDataStoreCache

java.lang.Object
  ∟ javax.jdo.datastore.DataStoreCache$EmptyDataStoreCache
Implemented Interfaces:
DataStoreCache

This class is an empty implementation of the DataStoreCache interface. It can be used by an implementation that does not support a second-level cache.
Since:
JDO 2.0

Public Constructors

Since:
JDO 2.0

Public Methods

void evict(Object oid)
Since:
JDO 2.0
void evictAll()
Since:
JDO 2.0
void evictAll(Class pcClass, boolean subclasses)
Since:
JDO 2.0
void evictAll(Collection oids)
Since:
JDO 2.0
void evictAll(Object... oids)
Since:
JDO 2.0
void evictAll(boolean subclasses, Class pcClass)
Since:
JDO 2.0
void pin(Object oid)
Since:
JDO 2.0
void pinAll(Class pcClass, boolean subclasses)
Since:
JDO 2.0
void pinAll(Collection oids)
Since:
JDO 2.0
void pinAll(Object... oids)
Since:
JDO 2.0
void pinAll(boolean subclasses, Class pcClass)
Since:
JDO 2.0
void unpin(Object oid)
Since:
JDO 2.0
void unpinAll(Class pcClass, boolean subclasses)
Since:
JDO 2.0
void unpinAll(Collection oids)
Since:
JDO 2.0
void unpinAll(Object... oids)
Since:
JDO 2.0
void unpinAll(boolean subclasses, Class pcClass)
Since:
JDO 2.0

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait