LuckyCache::BaseStore
Constructors
new
SourceInstance methods
delete(key : CacheKey)
Sourcefetch(key : CacheKey, *, as : Array(T).class, expires_in : Time::Span = LuckyCache.settings.default_duration, &) forall T
Sourcefetch(key : CacheKey, *, as : T.class, expires_in : Time::Span = LuckyCache.settings.default_duration, &) forall T
Sourceflush
Sourceinitialize
Sourceread(key : CacheKey) : CacheItem | Nil
Sourcesize
Source