Uses of Interface
org.pentaho.reporting.libraries.resourceloader.cache.ResourceBundleDataCache
-
Packages that use ResourceBundleDataCache Package Description org.pentaho.reporting.libraries.resourceloader org.pentaho.reporting.libraries.resourceloader.cache -
-
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()
-