Document immutable option in expires_in

This commit is contained in:
heka1024 2024-07-02 03:33:21 +09:00
parent d43ee20881
commit a1a0931e13

@ -260,6 +260,9 @@ def stale?(object = nil, **freshness_kwargs)
# `:stale_if_error`
# : Sets the value of the `stale-if-error` directive.
#
# `:immutable`
# : If true, adds the `immutable` directive.
#
#
# Any additional key-value pairs are concatenated as directives. For a list of
# supported `Cache-Control` directives, see the [article on