Class CacheStoreScheme

java.lang.Object
com.tangosol.coherence.config.scheme.AbstractScheme
com.tangosol.coherence.config.scheme.CacheStoreScheme
All Implemented Interfaces:
BuilderCustomization<Object>, BundlingScheme, Scheme

public class CacheStoreScheme extends AbstractScheme implements BuilderCustomization<Object>, BundlingScheme
The CacheStoreScheme class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache. The remote cache is only used within a ReadWriteBackingMap scheme. Also, even though bundling is specified in the CacheStore scheme, it is not used here. Rather, it is used by ReadWriteBackingMapScheme, which contains a CacheStoreScheme.
Since:
Coherence 12.1.2
Author:
pfm 2011.11.30