# File lib/moneta/cache.rb, line 86 def delete(key, options = {}) @cache.delete(key, options) @adapter.delete(key, options) end