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