class ActiveSupport::Cache::Store

def delete_entry(key, **options)

implement this method.
Deletes an entry from the cache implementation. Subclasses must
def delete_entry(key, **options)
  raise NotImplementedError.new
end