ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Protected ReadonlydatabaseProtected ReadonlylabelReturns 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 (an Ignite cache handle).
Get the value stored under key in map (or null if absent).
Remove key from map. Returns Ignite's boolean success flag.
Return all keys currently in map as an array.
Return the number of entries in map.
IgniteStorewraps anapache-ignite-clientIgniteClientand exposes its distributed-cache operations as a typed, promise-based API.