Skip to content

Commit 20c3788

Browse files
vicbconico974
andcommitted
Update packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts
Co-authored-by: conico974 <[email protected]>
1 parent 1d5c6fe commit 20c3788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class RegionalCache implements IncrementalCache {
159159
* The regional cache uses the Cache API.
160160
*
161161
* **WARNING:**
162-
* If an entry is revalidated in one region, it will trigger an additional revalidation if
162+
* If an entry is revalidated on demand in one region (using either `revalidateTag`, `revalidatePath` or `res.revalidate` ), it will trigger an additional revalidation if
163163
* a request is made to another region that has an entry stored in its regional cache.
164164
*
165165
* @param cache Incremental cache instance.

0 commit comments

Comments
 (0)