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 OpenJPAConfiguration.getDataCacheManagerInstance()
          The data cache manager manages this configuration's cache instances.
 DataCacheManager OpenJPAConfigurationImpl.getDataCacheManagerInstance()
           
 

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

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 ConcurrentQueryCache.initialize(DataCacheManager mgr)
           
 void AbstractDataCache.initialize(DataCacheManager manager)
           
 void DelegatingDataCache.initialize(DataCacheManager manager)
           
 void AbstractQueryCache.initialize(DataCacheManager manager)
           
 void DelegatingQueryCache.initialize(DataCacheManager mgr)
           
 void DataCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 void ConcurrentDataCache.initialize(DataCacheManager mgr)
           
 void QueryCache.initialize(DataCacheManager manager)
          Initialize any resources associated with the given DataCacheManager.
 



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