Merge pull request #47225 from runephilosof-karnovgroup/patch-1

Document `namespace` option for read method
This commit is contained in:
zzak 2023-02-13 17:32:01 +09:00 committed by GitHub
commit a8690805e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.