Skip to content
Merged
Changes from 3 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
8 changes: 8 additions & 0 deletions src/content/docs/workers/runtime-apis/cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w

:::

:::note
To avoid unnecessary DNS lookups and cache inefficiencies, do not override the hostname in cache requests. Always use the hostname that matches the domain associated with your Worker.
:::

#### Parameters


Expand Down Expand Up @@ -156,6 +160,10 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w

:::

:::note
To avoid unnecessary DNS lookups and cache inefficiencies, do not override the hostname in cache requests. Always use the hostname that matches the domain associated with your Worker.
:::

#### Parameters


Expand Down
Loading