From df73d5cd37a6f1c80ec2ddca3bfeae3c7317caa4 Mon Sep 17 00:00:00 2001 From: runephilosof-karnovgroup <101270124+runephilosof-karnovgroup@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:33:07 +0100 Subject: [PATCH] Document namespace option for read method --- activesupport/lib/active_support/cache.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 6062776ec35..186e3da52e9 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -394,6 +394,7 @@ module ActiveSupport # # ==== Options # + # * +:namespace+ - Replace the store namespace for this call. # * +:version+ - Specifies a version for the cache entry. If the cached # version does not match the requested version, the read will be treated # as a cache miss. This feature is used to support recyclable cache keys.