class Store
- Store
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
store.crConstructors
Instance Method Summary
- #add(entry : Entry) : Entry
- #delete(key : String) : Entry | Nil
- #get(key : String) : Entry
- #get_all : Hash(String, String)
- #update(key : String, new_value : String) : Entry