module Armature::Cache::CacheStore
Direct including types
Defined in:
cache.crInstance Method Summary
- #[]=(key : String, value : T) : Nil forall T
- #[]?(key : String, as type : T.class) forall T
- #delete(key : String) : Nil
- #fetch(key : String, expires_in duration : Time::Span | Nil, & : -> T) forall T
- #write(key : String, value : T, expires_in : Time::Span | Nil) forall T