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



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