public interface CacheLoader<K,V>
V
load(K key)
Map<K,V>
loadAll(Iterable<? extends K> keys)
V load(K key) throws CacheLoaderException
CacheLoaderException
Map<K,V> loadAll(Iterable<? extends K> keys) throws CacheLoaderException
Copyright © 2017. All rights reserved.