Uses of Class
com.tangosol.coherence.config.scheme.CacheStoreScheme
Packages that use CacheStoreScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
-
Uses of CacheStoreScheme in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return CacheStoreSchemeModifier and TypeMethodDescriptionLocalScheme.getCacheStoreScheme()
Return theCacheStoreScheme
which builds a CacheStore or CacheLoader.ReadWriteBackingMapScheme.getCacheStoreScheme()
Return theCacheStoreScheme
used to create a CacheStore or CacheLoader.Methods in com.tangosol.coherence.config.scheme with parameters of type CacheStoreSchemeModifier and TypeMethodDescriptionvoid
LocalScheme.setCacheStoreScheme
(CacheStoreScheme scheme) Set theCacheStoreScheme
which builds a CacheStore or CacheLoader.void
ReadWriteBackingMapScheme.setCacheStoreScheme
(CacheStoreScheme bldr) Set theCacheStoreScheme
builder.