class Kiwi::MemcachedStore
- Kiwi::MemcachedStore
- Kiwi::Store
- Reference
- Object
Defined in:
kiwi/memcached_store.crConstructors
Instance Method Summary
- #clear : Store
- #delete(key : String) : String | Nil
- #expires_in : Time::Span
- #get(key : String) : String | Nil
- #mset(key : String, val : String, expires_in : UInt32 = 0, version : Int64 = 0) : String
- #set(key : String, val : String) : String