method
delete_entry
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
delete_entry(key, options)protected
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 138
def delete_entry(key, options) # :nodoc:
local_cache.delete_entry(key, options) if local_cache
super
end