Document namespace option for read method

This commit is contained in:
runephilosof-karnovgroup 2023-02-02 09:33:07 +01:00 committed by GitHub
parent 2ca5d74d08
commit df73d5cd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -394,6 +394,7 @@ def fetch(name, options = nil, &block)
#
# ==== 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.