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
Sourcenamespaces
Sourcerevision(name : Namespace) : Revision
Sourceset(name : Namespace, key : Key, value : Value) : Void
Source