Skip to content

Commit

Permalink
[Cache] Update default-cache-behavior.mdx (#16143)
Browse files Browse the repository at this point in the history
Removing the `` from this hyperlink.
  • Loading branch information
nenizera authored Aug 14, 2024
1 parent e8218f0 commit 1309ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/cache/concepts/default-cache-behavior.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Cloudflare respects the origin web server’s cache headers in the following ord

* Cloudflare **does not** cache the resource when:
* The `Cache-Control` header is set to `private`, `no-store`, `no-cache`, or `max-age=0`.
* The [`Set-Cookie` header](/cache/concepts/cache-behavior/#interaction-of-set-cookie-response-header-with-cache) exists.
* The [Set-Cookie header](/cache/concepts/cache-behavior/#interaction-of-set-cookie-response-header-with-cache) exists.
* The HTTP request method is anything other than a `GET`.
* Cloudflare **does** cache the resource when:
* The `Cache-Control` header is set to `public` and `max-age` is greater than 0.
Expand Down

0 comments on commit 1309ed4

Please sign in to comment.