method
delete_matched
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
delete_matched(matcher, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 208
def delete_matched(matcher, options = nil)
log("delete matched", matcher.inspect, options)
end 1Note
Not Supported on Memcached.
Just an FYI, this is not supported on Memcached, so I would avoid it if you're using FileStore and are planning on moving over to Memcached eventually.