class

KeyValueStore::InMemory

Inherits Reference < Object

In-memory key/value store allows setting/getting key/value pairs grouped by a namespace, with revision tracking in each namespace.

Instance methods

get?(name : Namespace, key : Key) : Value | Nil
Source
namespaces
Source
revision(name : Namespace) : Revision
Source
set(name : Namespace, key : Key, value : Value) : Void
Source