org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
public class EHResourceBundleDataCache extends Object implements ResourceBundleDataCache
| Constructor Summary | |
|---|---|
| EHResourceBundleDataCache(Cache dataCache) | |
| Method Summary | |
|---|---|
| void | clear()
Remove all cached entries. |
| ResourceBundleDataCacheEntry | get(ResourceKey key)
Retrieves the given data from the cache.
|
| ResourceBundleData | put(ResourceManager caller, ResourceBundleData data) |
| void | remove(ResourceBundleData data) |
| void | shutdown() |
Parameters: key the resource key for the data.