Skip to content

Commit bc2a26c

Browse files
authored
Update src/content/docs/workers/runtime-apis/cache.mdx
1 parent 8fecb56 commit bc2a26c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w
110110
:::
111111

112112
:::note
113-
Do not use dynamic or invalid hostnames in cache requests. This can cause DNS cache failures and latency.
113+
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.
114114
:::
115115

116116
#### Parameters

0 commit comments

Comments
 (0)