K
- the type of keys handled by this loaderV
- the type of values generated by this loaderpublic interface CacheLoader<K,V>
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 © 2015 WSO2 Inc. All rights reserved.