ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Resolve (and cache) a named-cache handle.
Store value under key in map (PUT /<cache>/<key>).
Read key from map (GET /<cache>/<key>); null if absent.
Remove key from map (DELETE /<cache>/<key>).
List all keys in map (GET /<cache>/keys).
Number of entries in map (GET /<cache>/count).
CoherenceStorewraps Coherence's REST API behind theNoSqlStorelifecycle and exposes named-cache key/value operations.