Delivery
Cache variations
The same URL can need different cached responses for different visitors — cache variations make that explicit instead of accidentally serving the wrong cached copy.
How it works
- Variations can key on cookie, country, header, or other request conditions you define
- Cache rules are scoped per domain, so one domain's variation setup doesn't affect another
- Each variation is tracked as its own entry so it can be purged independently
Good to know
- Getting variation keys right up front avoids subtle bugs like a country-specific page being cached and served to the wrong region

