Shared Cache
/api/catalog/items
Cache key = path only. Both subscribers should get the same cached response.
Click "Run Test"
Per-Subscriber Cache
/api/profile/me
Cache key = path + X-Subscription-Key. Each subscriber gets their own cache.
Click "Run Test"
No Cache
/api/realtime/data
CachingDisabled — every request hits origin. All request_ids should differ.
Click "Run Test"