method
delete_matched
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
delete_matched(matcher, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 87
def delete_matched(matcher, options = nil) # :nodoc:
return super unless cache = local_cache
cache.clear
super
end