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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|