K - the type of keys handled by this loaderV - the type of values generated by this loaderpublic interface CacheLoader<K,V>
Cache#loadAll(Iterable, javax.cache.event.CompletionListener) method.
See CacheWriter which is the corollary for load used for write-through caching.Cache.Entry<K,V> load(K key)
key - the key identifying the object being loadedMap<K,V> loadAll(Iterable<? extends K> keys)
keys - keys identifying the values to be loadedCopyright © 2013. All Rights Reserved.