K - the type of keys handled by this loaderV - the type of values generated by this loaderpublic interface CacheLoader<K,V>
Cache.loadAll(java.util.Set, boolean,
CompletionListener) method.
Configuration.isReadThrough(),
CacheWriterCache.Entry<K,V> load(K key)
null should be returned.key - the key identifying the object being loadednull if the object can't be loadedMap<K,V> loadAll(Iterable<? extends K> keys)
keys - keys identifying the values to be loadedCopyright © 2013. All Rights Reserved.