method
delete_entry
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
delete_entry(key, **)private
No documentation available.
# 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