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>>
Constructor and Description |
---|
CompositeCacheLoader(javax.cache.integration.CacheLoader<K,V>... delegates) |
public CompositeCacheLoader(javax.cache.integration.CacheLoader<K,V>... delegates)
public Map<K,V> loadAll(Iterable<? extends K> keys) throws javax.cache.integration.CacheLoaderException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.