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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CompositeCacheLoader
 
- 
- 
Method Details- 
load
- 
loadAll
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
- 
create- Specified by:
- createin interface- javax.cache.configuration.Factory<K>
 
 
-