LuckyCache::NullStore
Inherits LuckyCache::BaseStore < Struct < Value < Object
Instance 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
Sourceread(key : CacheKey) : CacheItem | Nil
Sourcesize
Source