Uses of Interface
javax.jdo.datastore.DataStoreCache
-
Packages that use DataStoreCache Package Description javax.jdo Package providing the Java Data Objects (JDO) primary API components.javax.jdo.datastore This package contains the JDO specification datastore interfaces. -
-
Uses of DataStoreCache in javax.jdo
Methods in javax.jdo that return DataStoreCache Modifier and Type Method Description DataStoreCachePersistenceManagerFactory. getDataStoreCache()Return theDataStoreCachethat this factory uses for controlling a second-level cache. -
Uses of DataStoreCache in javax.jdo.datastore
Classes in javax.jdo.datastore that implement DataStoreCache Modifier and Type Class Description static classDataStoreCache.EmptyDataStoreCacheThis class is an empty implementation of the DataStoreCache interface.
-