|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceDataCache
public class EHResourceDataCache
Creation-Date: 13.04.2006, 16:30:34
| Constructor Summary | |
|---|---|
EHResourceDataCache(Cache dataCache)
|
|
| Method Summary | |
|---|---|
void |
clear()
Remove all cached entries. |
ResourceDataCacheEntry |
get(ResourceKey key)
Retrieves the given data from the cache. |
ResourceData |
put(ResourceManager caller,
ResourceData data)
Stores the given data on the cache. |
void |
remove(ResourceData data)
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EHResourceDataCache(Cache dataCache)
| Method Detail |
|---|
public ResourceDataCacheEntry get(ResourceKey key)
get in interface ResourceDataCachekey - the resource key for the data.
public ResourceData put(ResourceManager caller,
ResourceData data)
throws ResourceLoadingException
put in interface ResourceDataCachedata - the data to be stored in the cache
ResourceLoadingExceptionpublic void remove(ResourceData data)
remove in interface ResourceDataCachepublic void clear()
clear in interface ResourceDataCachepublic void shutdown()
shutdown in interface ResourceDataCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||