instance method
delete_entry
Ruby on Rails 6.1.7.10
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 630
def delete_entry(key, **options)
raise NotImplementedError.new
end
Defined in activesupport/lib/active_support/cache.rb line 630
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store