ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying apache-ignite-client client for anything not wrapped here.
Resolve (and cache) a distributed cache handle by name.
Put value under key in map (a GridGain cache handle).
Get the value stored under key in map (or null if absent).
Remove key from map. Returns GridGain's boolean success flag.
Return all keys currently in map as an array.
Return the number of entries in map.
GridGainStorewraps anapache-ignite-clientclient (GridGain is Ignite-based and shares the thin-client protocol) and exposes its distributed-cache operations as a typed, promise-based API.