Class CompositeCacheLoader<K,V>
java.lang.Object
org.apache.commons.jcs3.jcache.extras.loader.CompositeCacheLoader<K,V>
- All Implemented Interfaces:
Closeable
,Serializable
,AutoCloseable
,javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,
,V>> javax.cache.integration.CacheLoader<K,
V>
public class CompositeCacheLoader<K,V>
extends Object
implements javax.cache.integration.CacheLoader<K,V>, Closeable, javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CompositeCacheLoader
-
-
Method Details
-
load
-
loadAll
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
create
- Specified by:
create
in interfacejavax.cache.configuration.Factory<K>
-