Uses of Class
com.tangosol.net.cache.SerializationCache
-
Packages that use SerializationCache Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of SerializationCache in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SerializationCache Modifier and Type Method Description protected SerializationCache
ExternalScheme. instantiateSerializationCache(BinaryStore store, int cMax, boolean fBinaryMap)
Construct an SerializationCache using the specified parameters.protected SerializationCache
ExternalScheme. instantiateSerializationCache(BinaryStore store, int cMax, ClassLoader loader)
Construct an SerializationCache using the specified parameters. -
Uses of SerializationCache in com.tangosol.net
Methods in com.tangosol.net that return SerializationCache Modifier and Type Method Description protected SerializationCache
DefaultConfigurableCacheFactory. instantiateSerializationCache(BinaryStore store, int cMax, boolean fBinaryMap)
Deprecated.Construct an SerializationCache using the specified parameters.protected SerializationCache
DefaultConfigurableCacheFactory. instantiateSerializationCache(BinaryStore store, int cMax, ClassLoader loader)
Deprecated.Construct an SerializationCache using the specified parameters.
-