cdn_refresh
Expire cached resources on CDN nodes to ensure users access the latest versions from the origin server. Refresh specific URLs or directory patterns for up-to-date content delivery.
Instructions
This function marks resources cached on CDN nodes as expired. When users access these resources again, the CDN nodes will fetch the latest version from the origin server and store them anew.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dirs | No | List of directory patterns to refresh (max 10 items). Must end with '/' or '/*' to indicate directory scope | |
urls | No | List of exact URLs to refresh (max 60 items). Must be full URLs with protocol, e.g. 'http://example.com/path/page.html' |