instance method
delete_entry
Ruby on Rails 8.0.4
Since v5.2.8.1 Private — implementation detail, not part of the public APISignature
delete_entry(key, **options)
Deletes an entry from the cache implementation. Subclasses must implement this method.
Parameters
-
keyreq -
optionskeyrest
Source
# File activesupport/lib/active_support/cache.rb, line 851
def delete_entry(key, **options)
raise NotImplementedError.new
end
Defined in activesupport/lib/active_support/cache.rb line 851
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store