class Matter::Storage::MemoryBackend

Defined in:

matter/storage/memory_backend.cr

Instance Method Summary

Instance methods inherited from class Matter::Storage::Base

clear_all(contexts : Array(String)) : Void clear_all, delete(contexts : Array(String), key : String) : Void delete, get(contexts : Array(String), key : String) : Type get, initialized? : Bool initialized?, keys(contexts : Array(String)) : Array(String) keys, set(contexts : Array(String), key : String, value : Type) : Void set, start : Void start, stop : Void stop

Instance Method Detail

def clear #

[View source]
def clear_all(contexts : Array(String)) : Void #

[View source]
def delete(contexts : Array(String), key : String) : Void #

[View source]
def get(contexts : Array(String), key : String) : Type #

[View source]
def initialized? : Bool #

[View source]
def keys(contexts : Array(String)) : Array(String) #

[View source]
def set(contexts : Array(String), key : String, value : Type) : Void #

[View source]
def start : Void #

[View source]
def stop : Void #

[View source]
def store : Hash(String, Type) #

[View source]