1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

AS:Cache:MemoryStore doc fixes [ci skip] (#28389)

This commit is contained in:
Vipul A M 2017-03-12 14:35:43 +05:30 committed by GitHub
parent 254b831edd
commit 5b0841ecea

View file

@ -84,7 +84,7 @@ module ActiveSupport
modify_value(name, -amount, options)
end
# Deletes cache entires if the cache key matches a given pattern
# Deletes cache entries if the cache key matches a given pattern.
def delete_matched(matcher, options = nil)
options = merged_options(options)
instrument(:delete_matched, matcher.inspect) do