Skip to content

Commit bca043b

Browse files
authored
Update src/content/docs/cache/concepts/cache-control.mdx
1 parent 7be21bb commit bca043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/concepts/cache-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `stale-if-error` directive is ignored if [Always Online](/cache/how-to/alway
8787
Additional directives that influence cache behavior are listed below.
8888

8989
* `no-transform` — Indicates that an intermediary — regardless of whether it implements a cache — must not transform the payload.
90-
* `vary` — Cloudflare does not consider vary values in caching decisions. Nevertheless, vary values are respected when [Vary for images](/cache/advanced-configuration/vary-for-images/) is configured and when the vary `cache-control` header is [`vary: accept-encoding`](/speed/optimization/content/compression/).
90+
* `vary` — Cloudflare does not consider vary values in caching decisions. Nevertheless, vary values are respected when [Vary for images](/cache/advanced-configuration/vary-for-images/) is configured and when the vary header is [`vary: accept-encoding`](/speed/optimization/content/compression/).
9191
* `immutable` — Indicates to clients the response body does not change over time. The resource, if unexpired, is unchanged on the server. The user should not send a conditional revalidation request, such as `If-None-Match` or `If-Modified-Since`, to check for updates, even when the user explicitly refreshes the page. This directive has no effect on public caches like Cloudflare, but does change browser behavior.
9292

9393
### Understand `no-store` and `no-cache` directives

0 commit comments

Comments
 (0)