K - The key classV - The value classpublic abstract class CacheLoader<K,V> extends Object implements javax.cache.integration.CacheLoader<K,V>
CacheLoader, that implements loadAll(Iterable)
in a trivial fashion by iterating all keys and sequentially calling CacheLoader.load(Object).| Constructor and Description |
|---|
CacheLoader() |
Copyright © 2018 trivago. All rights reserved.