public class NullResourceFactoryCache extends java.lang.Object implements ResourceFactoryCache
Constructor and Description |
---|
NullResourceFactoryCache() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Resource |
get(ResourceKey key,
java.lang.Class[] target) |
void |
put(Resource resource) |
void |
remove(Resource resource) |
void |
shutdown() |
public Resource get(ResourceKey key, java.lang.Class[] target)
get
in interface ResourceFactoryCache
public void put(Resource resource)
put
in interface ResourceFactoryCache
public void remove(Resource resource)
remove
in interface ResourceFactoryCache
public void clear()
clear
in interface ResourceFactoryCache
public void shutdown()
shutdown
in interface ResourceFactoryCache