abstract class Kiwi::Store
- Kiwi::Store
- Reference
- Object
Direct Known Subclasses
Defined in:
kiwi/store.crInstance Method Summary
- #[](*args)
- #[]=(*args)
- #clear : Store
- #delete(key : String) : String | Nil
- #fetch(key : String, &) : String | Nil
- #get(key : String) : String | Nil
- #set(key : String, val : String) : String