class
   Matter::Storage::Context
  
  - Matter::Storage::Context
 - Reference
 - Object
 
Defined in:
matter/storage/context.crConstructors
Instance Method Summary
- 
        #clear : Void
        
          
Clears all keys in this context.
 - 
        #clear_all : Void
        
          
Clears all keys in this context and all created sub-contexts.
 - #contexts : Array(String)
 - #create_context(context : String)
 - #delete(key : String) : Void
 - #get(key : String, default_value : Type | Nil = nil) : Type
 - #has(key : String) : Bool
 - #keys : Array(String)
 - #set(key : String, value : Type) : Void
 - #storage : Base