mirror of https://github.com/rails/rails
Document namespace option for read method
This commit is contained in:
parent
2ca5d74d08
commit
df73d5cd37
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue