Cache
Regional Tiered Cache
Regional Tiered Cache adds a regional hub data center between the lower tiers and the upper tier, which helps when the upper tier is far away.
Regional Tiered Cache adds a regional hub data center between the lower tiers and the upper tier, which helps when the upper tier is far away.
Get
Current Regional Tiered Cache setting for a zone.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. |
php
$response = $client->cache()->regionalTieredCache()->get('ZONE_ID');
Edit
Turn Regional Tiered Cache on or off for a zone.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. | |
enabled | bool | Yes | Whether Regional Tiered Cache is enabled. |
php
$response = $client->cache()->regionalTieredCache()->edit('ZONE_ID', true);
Cache Reserve
Cache Reserve stores cacheable files in Cloudflare's persistent object storage, so they survive eviction from the edge cache. It requires a paid R2 subscription.
Smart Tiered Cache
Smart Tiered Cache picks the single closest upper tier for each of a zone's lower tiers, rather than having the topology configured by hand.

