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, loadAll
Iterator<K> keys()
UnsupportedOperationException
- if the underlying store is not
iterable