class KiwiCache
- KiwiCache
- Reference
- Object
Defined in:
app/kiwi.crConstructors
Instance Method Summary
- #clear(*args, **options)
- #clear(*args, **options, &)
- #fetch(key : String, &) : String | Nil
- #read(key : String) : String | Nil
- #storage : Kiwi::Store
- #storage=(storage : Kiwi::Store)
- #write(key : String, value : String) : String