class Kiwi::FileStore
- Kiwi::FileStore
- Kiwi::Store
- Reference
- Object
Defined in:
kiwi/file_store.crConstructors
Instance Method Summary
- #clear : Store
- #delete(key : String) : String | Nil
- #get(key : String) : String | Nil
- #set(key : String, val : String) : String