ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying Momento CacheClient for anything not wrapped here.
Read a key from the configured cache. Returns the Momento response object.
Write value under key. Strings are stored verbatim; other values are
JSON-serialized. options.ttl sets a per-item TTL in seconds.
Delete a key from the configured cache.
Fetch the elements of a Momento list. Momento cannot enumerate cache
keys, so prefix/listName names a list; defaults to
defaultListName.
OptionallistName: stringAtomically increment the numeric value at key by by (default 1).
MomentoStorewraps a MomentoCacheClientbehind theNoSqlStorelifecycle and an edge-KVget/set/del/list/incrsurface.