GetRulesetRuleActionParametersCacheKey

data class GetRulesetRuleActionParametersCacheKey(val cacheByDeviceType: Boolean, val cacheDeceptionArmor: Boolean, val customKey: GetRulesetRuleActionParametersCacheKeyCustomKey, val ignoreQueryStringsOrder: Boolean)

Constructors

Link copied to clipboard
constructor(cacheByDeviceType: Boolean, cacheDeceptionArmor: Boolean, customKey: GetRulesetRuleActionParametersCacheKeyCustomKey, ignoreQueryStringsOrder: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Separate cached content based on the visitor’s device type

Link copied to clipboard

Protect from web cache deception attacks while allowing static assets to be cached

Link copied to clipboard

Customize which components of the request are included or excluded from the cache key.

Link copied to clipboard

Treat requests with the same query parameters the same, regardless of the order those query parameters are in. A value of true ignores the query strings' order.