Uses of Interface
org.pentaho.reporting.libraries.resourceloader.cache.ResourceDataCache

Packages that use ResourceDataCache
org.pentaho.reporting.libraries.resourceloader   
org.pentaho.reporting.libraries.resourceloader.cache   
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache   
 

Uses of ResourceDataCache in org.pentaho.reporting.libraries.resourceloader
 

Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceDataCache
 ResourceDataCache ResourceManager.getDataCache()
           
 

Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceDataCache
 void ResourceManager.setDataCache(ResourceDataCache dataCache)
           
 

Uses of ResourceDataCache in org.pentaho.reporting.libraries.resourceloader.cache
 

Classes in org.pentaho.reporting.libraries.resourceloader.cache that implement ResourceDataCache
 class NullResourceDataCache
          Disables caching.
 

Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceDataCache
 ResourceDataCache NullCacheProvider.createDataCache()
           
 ResourceDataCache ResourceDataCacheProvider.createDataCache()
           
 

Uses of ResourceDataCache in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
 

Classes in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that implement ResourceDataCache
 class EHResourceDataCache
          Creation-Date: 13.04.2006, 16:30:34
 

Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that return ResourceDataCache
 ResourceDataCache EHCacheProvider.createDataCache()