class Helpers::Redis::CacheStore
- Helpers::Redis::CacheStore
- Reference
- Object
Defined in:
helpers/redis/cache_store.crConstructors
Class Method Summary
Instance Method Summary
- #connection : Connection
- #delete(key : String)
- #exists?(key : String)
- #fetch(key : String, expires_in : Time::Span | Number | Nil = nil, &)
- #read(key : String)
- #write(key : String, value : String, expires_in : Time::Span | Number | Nil = nil)
Constructor Detail
Class Method Detail
Instance Method Detail
def write(key : String, value : String, expires_in : Time::Span | Number | Nil = nil)
#