PHP Client for Cloudflare API
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.

ParamTypeRequiredDefaultDescription
zoneIdstringYesZone Identifier.
php
$response = $client->cache()->regionalTieredCache()->get('ZONE_ID');
View this operation on the Cloudflare API Reference

Edit

Turn Regional Tiered Cache on or off for a zone.

ParamTypeRequiredDefaultDescription
zoneIdstringYesZone Identifier.
enabledboolYesWhether Regional Tiered Cache is enabled.
php
$response = $client->cache()->regionalTieredCache()->edit('ZONE_ID', true);
View this operation on the Cloudflare API Reference
Copyright © 2026