We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ba8b commit 1364fb9Copy full SHA for 1364fb9
packages/cloudflare/src/api/regional-cache.ts
@@ -146,6 +146,9 @@ class RegionalCache implements IncrementalCache {
146
*
147
* The regional cache uses the Cache API.
148
149
+ * **WARNING:** If an entry is revalidated in one region, it will trigger an additional revalidation if
150
+ * a request is made to another region that has an entry stored in its regional cache.
151
+ *
152
* @param cache - Incremental cache instance.
153
* @param opts.mode - The mode to use for the regional cache.
154
* - `short-lived`: Re-use a cache entry for up to a minute after it has been retrieved.
0 commit comments