Skip to content

Commit 8fecb56

Browse files
committed
Added two notes
1 parent 3b0f61a commit 8fecb56

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w
109109

110110
:::
111111

112+
:::note
113+
Do not use dynamic or invalid hostnames in cache requests. This can cause DNS cache failures and latency.
114+
:::
115+
112116
#### Parameters
113117

114118

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

157161
:::
158162

163+
:::note
164+
Do not use dynamic or invalid hostnames in cache requests. This can cause DNS cache failures and latency.
165+
:::
166+
159167
#### Parameters
160168

161169

0 commit comments

Comments
 (0)