@api public
# File lib/rack/cache/moneta.rb, line 74 def exist?(key) @cache.key?(key) end
# File lib/rack/cache/moneta.rb, line 69 def open(key) data = read(key) data && [data] end
# File lib/rack/cache/moneta.rb, line 89 def purge(key) @cache.delete(key) nil end
Generated with the Darkfish Rdoc Generator 2.