Rack::Cache::MetaStore
@api public
# File lib/rack/cache/moneta.rb, line 38 def initialize(cache) @cache = cache end
# File lib/rack/cache/moneta.rb, line 50 def purge(key) @cache.delete(key) nil end
# File lib/rack/cache/moneta.rb, line 42 def read(key) @cache[key] || [] end
# File lib/rack/cache/moneta.rb, line 46 def write(key, entries) @cache[key] = entries end
[Validate]
Generated with the Darkfish Rdoc Generator 2.