envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams
.withExcludeHost(false)
.withExcludeScheme(false)
.withQueryParametersExcluded([ types.envoy.config.route.v3.QueryParameterMatcher ])
.withQueryParametersIncluded([ types.envoy.config.route.v3.QueryParameterMatcher ])
._validate()
Fields