abstract class Matter::Storage::Base
- Matter::Storage::Base
- Reference
- Object
Direct Known Subclasses
Defined in:
matter/storage/base.crInstance Method Summary
- #clear_all(contexts : Array(String)) : Void
- #delete(contexts : Array(String), key : String) : Void
- #get(contexts : Array(String), key : String) : Type
- #initialized? : Bool
- #keys(contexts : Array(String)) : Array(String)
- #set(contexts : Array(String), key : String, value : Type) : Void
- #start : Void
- #stop : Void