org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Class EHResourceFactoryCache

java.lang.Object
  extended by org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache.EHResourceFactoryCache
All Implemented Interfaces:
ResourceFactoryCache

public class EHResourceFactoryCache
extends Object
implements ResourceFactoryCache

Creation-Date: 13.04.2006, 16:30:34

Author:
Thomas Morgner

Constructor Summary
EHResourceFactoryCache(Cache factoryCache)
           
 
Method Summary
 void clear()
           
 Resource get(ResourceKey key, Class[] target)
           
 void put(Resource resource)
           
 void remove(Resource resource)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EHResourceFactoryCache

public EHResourceFactoryCache(Cache factoryCache)
Method Detail

get

public Resource get(ResourceKey key,
                    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