Shoo::Cache(T)
TODO: This should probably be an LRU cache Currently the cache is unbounded which although unlikely could result in memory issues
Constants
CACHE_KEY_JOIN = '/'
Constructors
new
SourceInstance methods
fetch(key : Key, & : -> T) : T
Sourcefetch(*keys : Key, &block : -> T) : T
Source