module

Armature::Cache::CacheStore

Instance methods

[]=(key : String, value : T) : Nil forall T
Source
[]?(key : String, as type : T.class) forall T
Source
delete(key : String) : Nil
Source
fetch(key : String, expires_in duration : Time::Span | Nil, & : -> T) forall T
Source
write(key : String, value : T, expires_in : Time::Span | Nil) forall T
Source