Uses of Interface
com.tangosol.net.cache.IterableCacheLoader
-
Packages that use IterableCacheLoader Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of IterableCacheLoader in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement IterableCacheLoader Modifier and Type Class Description class
BinaryStoreCacheStore<K,V>
A CacheStore that sits directly on top of a BinaryStore.static class
CacheLoaderCacheStore.Iterable<K,V>
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 IterableCacheLoader Constructor Description CacheStoreMap(BackingMapManagerContext ctx, IterableCacheLoader loader)
Construct a read-only CacheStoreMap.Iterable(IterableCacheLoader<K,V> loader)
The CacheLoader to delegate to.
-