Class CacheLoaderCacheStore.Iterable<K,​V>

    • Constructor Detail

      • Iterable

        public Iterable​(IterableCacheLoader<K,​V> loader)
        The CacheLoader to delegate to.
        Parameters:
        loader - the delegate CacheLoader
    • Method Detail

      • keys

        public Iterator<K> keys()
        Iterate all keys in the underlying store.
        Specified by:
        keys in interface IterableCacheLoader<K,​V>
        Returns:
        a read-only iterator of the keys in the underlying store