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- 
CacheLoaderAdapterpublic CacheLoaderAdapter()
 
- 
- 
Method Details- 
loadAll
- 
create- Specified by:
- createin interface- javax.cache.configuration.Factory<K>
 
 
-