Version: v2024-01-09 | Includes use: Yes |
---|
Behavior name: Cache Key Query Parameters
By default, cache keys are formed as URLs with full query strings. This behavior allows you to consolidate cached objects based on specified sets of query parameters.
Note: Whenever you apply a behavior that generates new cache keys, your origin server may experience traffic spikes before the new cache starts to serve out.
Option | Description |
---|---|
behavior |
Configures how sets of query string parameters translate to cache keys. Be careful not to ignore any parameters that result in substantially different content, as it is not reflected in the cached object. Value is one of:
|
parameters |
|
exact_match |
When enabled,
parameters needs to match exactly. Keep disabled to match string prefixes.
|