Skip to content

Commit d82631a

Browse files
authored
[cache] Update purge-by-tags.mdx
Per product's name, Tiered Cache.
1 parent 92e7614 commit d82631a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ For information on rate limits, refer to the [Availability and limits](/cache/ho
6060

6161
Purging by tag deletes the resource, resulting in the `CF-Cache-Status` header being set to [`MISS`](/cache/concepts/cache-responses/#miss) for subsequent requests.
6262

63-
If [tiered cache](/cache/how-to/tiered-cache/) is used, purging by tag may return `EXPIRED`, as the lower tier tries to revalidate with the upper tier to reduce load on the latter.
63+
If [Tiered Cache](/cache/how-to/tiered-cache/) is used, purging by tag may return `EXPIRED`, as the lower tier tries to revalidate with the upper tier to reduce load on the latter.
6464
Depending on whether the upper tier has the resource or not, and whether the end user is reaching the lower tier or the upper tier, `EXPIRED` or `MISS` are returned.

0 commit comments

Comments
 (0)