Class NullResourceBundleDataCache

java.lang.Object
org.pentaho.reporting.libraries.resourceloader.cache.NullResourceBundleDataCache
All Implemented Interfaces:
ResourceBundleDataCache

public class NullResourceBundleDataCache extends Object implements ResourceBundleDataCache
Disables caching. It simply returns null on every request and ignores the put requests. You certainly want to use one of the other cache providers in real world applications.
Author:
Thomas Morgner