Uses of Interface
com.tangosol.net.cache.IterableCacheLoader
-
Uses of IterableCacheLoader in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
A CacheStore that sits directly on top of a BinaryStore.static class
An extension to the CacheLoaderCacheStore that implements the IterableCacheLoader interface.class
MapCacheStore<K,
V> A CacheStore that sits directly on top of a Map.ModifierConstructorDescriptionCacheStoreMap
(BackingMapManagerContext ctx, IterableCacheLoader loader) Construct a read-only CacheStoreMap.Iterable
(IterableCacheLoader<K, V> loader) The CacheLoader to delegate to.