| 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. 
 | 
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SerializationMap | 
ExternalScheme.instantiateSerializationMap(BinaryStore store,
                           boolean fBinaryMap)
Construct an SerializationMap using the specified parameters. 
 | 
protected SerializationMap | 
ExternalScheme.instantiateSerializationMap(BinaryStore store,
                           ClassLoader loader)
Construct an SerializationMap using the specified parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SerializationMap | 
DefaultConfigurableCacheFactory.instantiateSerializationMap(BinaryStore store,
                           boolean fBinaryMap)
Deprecated.  
Construct an SerializationMap using the specified parameters. 
 | 
protected SerializationMap | 
DefaultConfigurableCacheFactory.instantiateSerializationMap(BinaryStore store,
                           ClassLoader loader)
Deprecated.  
Construct an SerializationMap using the specified parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSerializationCache
An abstract base class for serialization-based caches. 
 | 
class  | 
SerializationCache
A version of SerializationMap that implements an LRU policy. 
 | 
class  | 
SerializationPagedCache
A version of SerializationMap that implements an LRU policy using
 time-based paging of the cache. 
 |