Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/cache/concepts/cache-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The table below lists directives and their behaviors when Origin Cache Control i
| `no-transform` | May (un)Gzip, Polish, email filter, etc. | Does not transform body. |
| `s-maxage=delta, delta>1` | Same as `max-age`. | `Max-age` and `proxy-revalidate`. |
| `immutable` | Not proxied downstream. | Proxied downstream. Browser facing, does not impact caching proxies. |
| `no-store` | Will not cache. | Wil not cache. |
| `no-store` | Will not cache. | Will not cache. |

### Conditions

Expand Down
Loading