Interface IterableCacheLoader<K,​V>

    • Method Detail

      • keys

        Iterator<K> keys()
        Iterate all keys in the underlying store.
        Returns:
        a read-only iterator of the keys in the underlying store
        Throws:
        UnsupportedOperationException - if the underlying store is not iterable