Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.cache
Interface IterableCacheLoader

All Superinterfaces:
CacheLoader
All Known Implementing Classes:
BinaryStoreCacheStore, CacheLoaderCacheStore.Iterable, MapCacheStore

public interface IterableCacheLoader
extends CacheLoader

A JCache CacheLoader that can iterate its underlying contents.

Since:
Coherence 2.5
Author:
cp 2004.09.22

Method Summary
 java.util.Iterator keys()
          Iterate all keys in the underlying store.

 

Methods inherited from interface com.tangosol.net.cache.CacheLoader
load, loadAll

 

Method Detail

keys

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.