class ActiveSupport::Cache::Store
def delete_entry(key, **options)
Deletes an entry from the cache implementation. Subclasses must
def delete_entry(key, **options) raise NotImplementedError.new end
def delete_entry(key, **options) raise NotImplementedError.new end