Uses of Interface
org.apache.openjpa.datacache.DataCacheManager

Packages that use DataCacheManager
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
 

Uses of DataCacheManager in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return DataCacheManager
 DataCacheManager OpenJPAConfigurationImpl.getDataCacheManagerInstance()
           
 DataCacheManager OpenJPAConfiguration.getDataCacheManagerInstance()
          The data cache manager manages this configuration's cache instances.
 

Methods in org.apache.openjpa.conf with parameters of type DataCacheManager
 void OpenJPAConfigurationImpl.setDataCacheManager(DataCacheManager dcm)
           
 void OpenJPAConfiguration.setDataCacheManager(DataCacheManager manager)
          The data cache manager manages this configuration's cache instances.
 

Uses of DataCacheManager in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement DataCacheManager
 class DataCacheManagerImpl
          Default data cache manager.
 

Methods in org.apache.openjpa.datacache with parameters of type DataCacheManager
 void QueryCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 void ConcurrentDataCache.initialize(DataCacheManager mgr)
           
 void DataCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 void DelegatingQueryCache.initialize(DataCacheManager mgr)
           
 void AbstractQueryCache.initialize(DataCacheManager manager)
           
 void DelegatingDataCache.initialize(DataCacheManager manager)
           
 void AbstractDataCache.initialize(DataCacheManager manager)
           
 void ConcurrentQueryCache.initialize(DataCacheManager mgr)
           
 



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