instance method
delete_entry
Ruby on Rails 7.1.6
Since v5.2.8.1 PrivateSignature
delete_entry(key, **)
No documentation comment.
Parameters
-
keyreq -
kwargskeyrest
Source
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 162
def delete_entry(key, **)
local_cache.delete_entry(key) if local_cache
super
end
Defined in activesupport/lib/active_support/cache/strategy/local_cache.rb line 162
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Strategy::LocalCache