Uses of Class
com.tangosol.net.cache.CompactSerializationCache
-
Packages that use CompactSerializationCache Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net.cache 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 CompactSerializationCache Modifier and Type Class Description classAbstractJournalScheme<T extends CompactSerializationCache>TheAbstractJournalSchemecontains functionality common to all Journal schemes.Methods in com.tangosol.coherence.config.scheme that return CompactSerializationCache Modifier and Type Method Description protected CompactSerializationCacheAbstractJournalScheme. 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 CompactSerializationCache Modifier and Type Method Description protected voidAbstractJournalScheme. 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.cache Modifier and Type Class Description classBlindCompactSerializationCacheBlindCompactSerializationCache is aCompactSerializationCacheextension enforcing CompactSerializationCache to operate under a blind mode.
-