Uses of Interface
com.tangosol.net.cache.CacheLoader
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of CacheLoader in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected ReadWriteBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters. -
Uses of CacheLoader in com.tangosol.net
Modifier and TypeMethodDescriptionprotected ReadWriteBackingMap
DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
DefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Deprecated.Construct a ReadWriteSplittingBackingMap using the specified parameters.protected VersionedBackingMap
DefaultConfigurableCacheFactory.instantiateVersionedBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using the specified parameters.protected void
DefaultConfigurableCacheFactory.release
(CacheLoader loader) Deprecated.Release all resources associated with the specified loader.protected void
ExtensibleConfigurableCacheFactory.release
(CacheLoader loader) Release all resources associated with the specified loader. -
Uses of CacheLoader in com.tangosol.net.cache
Modifier and TypeInterfaceDescriptioninterface
CacheStore<K,
V> A JCache cache store.interface
IterableCacheLoader<K,
V> A JCache CacheLoader that can iterate its underlying contents.Modifier and TypeClassDescriptionclass
AbstractCacheLoader<K,
V> An abstract base class for the JCache CacheLoader.class
AbstractCacheStore<K,
V> An abstract base class for the JCache CacheLoader.class
A CacheStore that sits directly on top of a BinaryStore.class
A read-only CacheStore that wraps a CacheLoader.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.static class
A CacheStore wrapped around a CacheLoader.Modifier and TypeFieldDescriptionprotected CacheLoader
<K, V> CacheLoaderCacheStore.m_loader
The CacheLoader to delegate to.Modifier and TypeMethodDescriptionLocalCache.getCacheLoader()
Determine the loader used by this LocalCache, if any.protected CacheLoader
ReadWriteBackingMap.CacheLoaderCacheStore.getCacheLoader()
The wrapped CacheLoader.Modifier and TypeMethodDescriptionprotected CacheStore
ReadWriteBackingMap.instantiateCacheLoaderCacheStore
(CacheLoader loader) Factory pattern: Instantiate a CacheLoaderCacheStore wrapper around a passed CacheLoader.void
LocalCache.setCacheLoader
(CacheLoader loader) Specify the loader used by this LocalCache.static <K,
V> CacheStore <K, V> CacheLoaderCacheStore.wrapCacheLoader
(CacheLoader<K, V> loader) Create a CacheStore wrapper for the passed CacheLoader.ModifierConstructorDescriptionCacheLoaderCacheStore
(CacheLoader<K, V> loader) The CacheLoader to delegate to.CacheLoaderCacheStore
(CacheLoader loader) Construct a CacheLoaderCacheStore.LocalCache
(int cUnits, int cExpiryMillis, CacheLoader loader) Construct the cache manager.ReadWriteBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader) Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).ReadWriteBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a CacheLoader (CacheStore).VersionedBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using a CacheLoader object. -
Uses of CacheLoader in com.tangosol.net.partition
ModifierConstructorDescriptionReadWriteSplittingBackingMap
(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, CacheLoader loader, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a CacheStore. -
Uses of CacheLoader in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An implementation of an CacheStore that does nothing.