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 /rest/v2/caches/<cache>/<key>).
Read key from map (GET /rest/v2/caches/<cache>/<key>); null if absent.
Remove key from map (DELETE /rest/v2/caches/<cache>/<key>).
List all keys in map (GET /rest/v2/caches/<cache>?action=keys).
Number of entries in map (GET /rest/v2/caches/<cache>?action=size).
InfinispanStorewraps Infinispan's REST API behind theNoSqlStorelifecycle and exposes named-cache key/value operations.