Uses of Interface
org.pentaho.reporting.libraries.resourceloader.cache.ResourceBundleDataCache
-
-
Uses of ResourceBundleDataCache in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceBundleDataCache Modifier and Type Method Description ResourceBundleDataCache
ResourceManager. getBundleCache()
Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceBundleDataCache Modifier and Type Method Description void
ResourceManager. setBundleCache(ResourceBundleDataCache bundleCache)
-
Uses of ResourceBundleDataCache in org.pentaho.reporting.libraries.resourceloader.cache
Classes in org.pentaho.reporting.libraries.resourceloader.cache that implement ResourceBundleDataCache Modifier and Type Class Description class
NullResourceBundleDataCache
Disables caching.Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceBundleDataCache Modifier and Type Method Description ResourceBundleDataCache
NullCacheProvider. createBundleDataCache()
ResourceBundleDataCache
ResourceBundleDataCacheProvider. createBundleDataCache()
-
Uses of ResourceBundleDataCache in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Classes in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that implement ResourceBundleDataCache Modifier and Type Class Description class
EHResourceBundleDataCache
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that return ResourceBundleDataCache Modifier and Type Method Description ResourceBundleDataCache
EHCacheProvider. createBundleDataCache()
-