Uses of Interface
com.tangosol.net.cache.IterableCacheLoader
Packages that use IterableCacheLoader
-
Uses of IterableCacheLoader in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement IterableCacheLoaderModifier 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.Constructors in com.tangosol.net.cache with parameters of type IterableCacheLoaderModifierConstructorDescriptionCacheStoreMap
(BackingMapManagerContext ctx, IterableCacheLoader loader) Construct a read-only CacheStoreMap.Iterable
(IterableCacheLoader<K, V> loader) The CacheLoader to delegate to.