Matter::Storage::MemoryBackend
Inherits Matter::Storage::Base < Reference < Object
Instance methods
clear
Sourceclear_all(contexts : Array(String)) : Nil
Sourcedelete(contexts : Array(String), key : String) : Nil
Sourceget(contexts : Array(String), key : String) : Type
Sourceinitialized?
Sourcekeys(contexts : Array(String)) : Array(String)
Sourceset(contexts : Array(String), key : String, value : Type) : Nil
Sourceset(contexts : Array(String), values : Hash(String, Type)) : Nil
Set multiple key-value pairs at once
start
Sourcestop
Sourcestore
Source