Class CacheLoaderAdapter<K,V>
java.lang.Object
org.apache.commons.jcs3.jcache.extras.loader.CacheLoaderAdapter<K,V>
- All Implemented Interfaces:
Serializable
,javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,
,V>> javax.cache.integration.CacheLoader<K,
V>
public abstract class CacheLoaderAdapter<K,V>
extends Object
implements javax.cache.integration.CacheLoader<K,V>, javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>
- See Also:
-
Constructor Details
-
CacheLoaderAdapter
public CacheLoaderAdapter()
-
-
Method Details
-
loadAll
-
create
- Specified by:
create
in interfacejavax.cache.configuration.Factory<K>
-