class

KiwiCache

Inherits Reference < Object

Constructors

new(storage : Kiwi::Store = Kiwi::RedisStore.new(REDIS))
Source

Instance methods

clear(*args, **options)
Source
clear(*args, **options, &)
Source
fetch(key : String, &) : String | Nil
Source
read(key : String) : String | Nil
Source
storage
Source
storage=(storage : Kiwi::Store)
Source
write(key : String, value : String) : String
Source