CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

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
 Iterator keys()
          Iterate all keys in the underlying store.
 
Methods inherited from interface com.tangosol.net.cache.CacheLoader
load, loadAll
 

Method Detail

keys

Iterator 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

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation