class

Kiwi::MemcachedStore

Inherits Kiwi::Store < Reference < Object

Constructors

new(memcached : Memcached::Client, expires_in : Time::Span = 5.minutes)
Source

Instance methods

clear
Source
delete(key : String) : String | Nil
Source
expires_in
Source
get(key : String) : String | Nil
Source
mset(key : String, val : String, expires_in : UInt32 = 0, version : Int64 = 0) : String
Source
set(key : String, val : String) : String
Source