class

Matter::Storage::Base

Inherits Reference < Object

Instance methods

clear
Source
clear_all(contexts : Array(String)) : Nil
Source
contexts(contexts : Array(String)) : Array(String)
Source
delete(contexts : Array(String), key : String) : Nil
Source
get(contexts : Array(String), key : String) : Type
Source
initialized?
Source
keys(contexts : Array(String)) : Array(String)
Source
set(contexts : Array(String), key : String, value : Type) : Nil
Source
start
Source
stop
Source
values(contexts : Array(String)) : Hash(String, Type)
Source