query String Caching Behavior
Parameters
value
IncludeSpecifiedQueryStrings
query strings specified in the query_string_parameters
field get included when the cache key gets generated. UseQueryString
cache every unique URL, each unique URL will have its own cache key. IgnoreSpecifiedQueryStrings
query strings specified in the query_string_parameters
field get excluded when the cache key gets generated. IgnoreQueryString
query strings aren't considered when the cache key gets generated. Possible values include IgnoreQueryString
, UseQueryString
, IgnoreSpecifiedQueryStrings
or IncludeSpecifiedQueryStrings
.