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
-
-
Constructor Summary
Constructors Constructor Description EHResourceFactoryCache(Cache factoryCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Resourceget(ResourceKey key, java.lang.Class[] target)voidput(Resource resource)voidremove(Resource resource)voidshutdown()
-
-
-
Method Detail
-
get
public Resource get(ResourceKey key, java.lang.Class[] target)
- Specified by:
getin interfaceResourceFactoryCache
-
put
public void put(Resource resource)
- Specified by:
putin interfaceResourceFactoryCache
-
remove
public void remove(Resource resource)
- Specified by:
removein interfaceResourceFactoryCache
-
clear
public void clear()
- Specified by:
clearin interfaceResourceFactoryCache
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceResourceFactoryCache
-
-