class ActiveSupport::Cache::MemCacheStore
def delete_entry(key, **options)
def delete_entry(key, **options) rescue_error_with(false) { @data.with { |c| c.delete(key) } } end
def delete_entry(key, **options) rescue_error_with(false) { @data.with { |c| c.delete(key) } } end