Uses of Class
com.azure.resourcemanager.frontdoor.models.CacheConfiguration
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of CacheConfiguration in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionForwardingConfiguration.cacheConfiguration()
Get the cacheConfiguration property: The caching configuration associated with this rule.CacheConfiguration.withCacheDuration
(Duration cacheDuration) Set the cacheDuration property: The duration for which the content needs to be cached.CacheConfiguration.withDynamicCompression
(DynamicCompressionEnabled dynamicCompression) Set the dynamicCompression property: Whether to use dynamic compression for cached content.CacheConfiguration.withQueryParameters
(String queryParameters) Set the queryParameters property: query parameters to include or exclude (comma separated).CacheConfiguration.withQueryParameterStripDirective
(FrontDoorQuery queryParameterStripDirective) Set the queryParameterStripDirective property: Treatment of URL query terms when forming the cache key.Modifier and TypeMethodDescriptionForwardingConfiguration.withCacheConfiguration
(CacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration associated with this rule.