org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Class EHResourceFactoryCache
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
- All Implemented Interfaces:
- ResourceFactoryCache
public class EHResourceFactoryCache
- extends java.lang.Object
- implements ResourceFactoryCache
Creation-Date: 13.04.2006, 16:30:34
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EHResourceFactoryCache
public EHResourceFactoryCache(Cache factoryCache)
get
public Resource get(ResourceKey key,
java.lang.Class[] target)
- Specified by:
get
in interface ResourceFactoryCache
put
public void put(Resource resource)
- Specified by:
put
in interface ResourceFactoryCache
remove
public void remove(Resource resource)
- Specified by:
remove
in interface ResourceFactoryCache
clear
public void clear()
- Specified by:
clear
in interface ResourceFactoryCache
shutdown
public void shutdown()
- Specified by:
shutdown
in interface ResourceFactoryCache