Uses of Interface
javax.jdo.datastore.DataStoreCache

Packages that use DataStoreCache
javax.jdo This package contains the JDO specification interfaces and classes. 
javax.jdo.datastore This package contains the JDO specification datastore interfaces. 
 

Uses of DataStoreCache in javax.jdo
 

Methods in javax.jdo that return DataStoreCache
 DataStoreCache PersistenceManagerFactory.getDataStoreCache()
          Return the DataStoreCache that this factory uses for controlling a second-level cache.
 

Uses of DataStoreCache in javax.jdo.datastore
 

Classes in javax.jdo.datastore that implement DataStoreCache
static class DataStoreCache.EmptyDataStoreCache
          This class is an empty implementation of the DataStoreCache interface.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.