class

Kiwi::MemoryStore

Inherits Kiwi::Store < Reference < Object

Constructors

new(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
set(key : String, val : String) : String
Source