# File lib/active_support/cache/moneta_store.rb, line 45 def delete_entry(key, options) @store.delete(key, moneta_options(options)) true end