public interface IterableCacheLoader<K,V> extends CacheLoader<K,V>
| Modifier and Type | Method and Description |
|---|---|
Iterator<K> |
keys()
Iterate all keys in the underlying store.
|
load, loadAllIterator<K> keys()
UnsupportedOperationException - if the underlying store is not iterable