Page Rule Actions Cache Key Fields
data class PageRuleActionsCacheKeyFields(val cookie: PageRuleActionsCacheKeyFieldsCookie? = null, val header: PageRuleActionsCacheKeyFieldsHeader? = null, val host: PageRuleActionsCacheKeyFieldsHost, val queryString: PageRuleActionsCacheKeyFieldsQueryString, val user: PageRuleActionsCacheKeyFieldsUser)
Constructors
Link copied to clipboard
constructor(cookie: PageRuleActionsCacheKeyFieldsCookie? = null, header: PageRuleActionsCacheKeyFieldsHeader? = null, host: PageRuleActionsCacheKeyFieldsHost, queryString: PageRuleActionsCacheKeyFieldsQueryString, user: PageRuleActionsCacheKeyFieldsUser)
Properties
Link copied to clipboard
Controls what cookies go into Cache Key:
Link copied to clipboard
Controls what HTTP headers go into Cache Key:
Link copied to clipboard
Controls which Host header goes into Cache Key:
Link copied to clipboard
Controls which URL query string parameters go into the Cache Key.
Link copied to clipboard
Controls which end user-related features go into the Cache Key.