| Package | Description | 
|---|---|
| com.tangosol.coherence.config.scheme | 
 Defines the Coherence configuration object model classes and interfaces for 
Caching and Service Schemes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalScheme | 
OverflowScheme.getMissCacheScheme()
Return the scheme for the cache used to maintain information on cache
 misses. 
 | 
LocalScheme | 
ReadWriteBackingMapScheme.getMissCacheScheme()
Return the  
Scheme for the cache used to maintain information on cache
 misses. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OverflowScheme.setMissCacheScheme(LocalScheme scheme)
Set the miss cache scheme. 
 | 
void | 
ReadWriteBackingMapScheme.setMissCacheScheme(LocalScheme scheme)
Set the miss cache  
Scheme. |