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 |
---|---|
CacheStoreScheme |
ReadWriteBackingMapScheme.getCacheStoreScheme()
Return the
CacheStoreScheme used to create a CacheStore
or CacheLoader. |
CacheStoreScheme |
LocalScheme.getCacheStoreScheme()
Return the
CacheStoreScheme which builds a CacheStore or CacheLoader. |
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteBackingMapScheme.setCacheStoreScheme(CacheStoreScheme bldr)
Set the
CacheStoreScheme builder. |
void |
LocalScheme.setCacheStoreScheme(CacheStoreScheme scheme)
Set the
CacheStoreScheme which builds a CacheStore or CacheLoader. |