Kiwi::MemcachedStore
Inherits Kiwi::Store < Reference < Object
Constructors
new(memcached : Memcached::Client, expires_in : Time::Span = 5.minutes)
SourceInstance methods
clear
Sourcedelete(key : String) : String | Nil
Sourceexpires_in
Sourceget(key : String) : String | Nil
Sourcemset(key : String, val : String, expires_in : UInt32 = 0, version : Int64 = 0) : String
Sourceset(key : String, val : String) : String
Source