Uses of Class
com.tangosol.net.cache.CompactSerializationCache
Packages that use CompactSerializationCache
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes providing various caching strategies.
-
Uses of CompactSerializationCache in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type CompactSerializationCacheModifier and TypeClassDescriptionclass
AbstractJournalScheme<T extends CompactSerializationCache>
TheAbstractJournalScheme
contains functionality common to all Journal schemes.Methods in com.tangosol.coherence.config.scheme that return CompactSerializationCacheModifier and TypeMethodDescriptionprotected CompactSerializationCache
AbstractJournalScheme.instantiateCompactSerializationCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies, BinaryStoreManager mgr) Construct a CompactSerializationCache using the specified parameters.Methods in com.tangosol.coherence.config.scheme with parameters of type CompactSerializationCacheModifier and TypeMethodDescriptionprotected void
AbstractJournalScheme.configureCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies, CompactSerializationCache cache) Configure the specified cache according to the specified dependencies and parameter resolver. -
Uses of CompactSerializationCache in com.tangosol.net.cache
Subclasses of CompactSerializationCache in com.tangosol.net.cacheModifier and TypeClassDescriptionclass
BlindCompactSerializationCache is aCompactSerializationCache
extension enforcing CompactSerializationCache to operate under a blind mode.