Matter::Storage::Base
Inherits Reference < Object
Instance methods
clear
Sourceclear_all(contexts : Array(String)) : Nil
Sourcecontexts(contexts : Array(String)) : Array(String)
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
Sourcestart
Sourcestop
Sourcevalues(contexts : Array(String)) : Hash(String, Type)
Source