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 |
ReadWriteBackingMapScheme.getMissCacheScheme()
Return the
Scheme for the cache used to maintain information on cache
misses. |
LocalScheme |
OverflowScheme.getMissCacheScheme()
Return the scheme for the cache used to maintain information on cache
misses.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteBackingMapScheme.setMissCacheScheme(LocalScheme scheme)
Set the miss cache
Scheme . |
void |
OverflowScheme.setMissCacheScheme(LocalScheme scheme)
Set the miss cache scheme.
|