class

CacheHash(V)

Inherits Reference < Object

Constructors

new(cache_time_span : Time::Span)
Source

Instance methods

fresh?(key : String)
Source
get(key : String)
Source
keys
Source
purge_stale
Source
refresh(key : String)
Source
set(key : String, val : V | Nil)
Source
time(key : String)
Source