Uses of Class
com.azure.resourcemanager.cdn.models.CacheConfiguration
Packages that use CacheConfiguration
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CacheConfiguration in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CacheConfigurationModifier and TypeMethodDescriptionRouteConfigurationOverrideActionParameters.cacheConfiguration()Get the cacheConfiguration property: The caching configuration associated with this rule.CacheConfiguration.withCacheBehavior(RuleCacheBehavior cacheBehavior) Set the cacheBehavior property: Caching behavior for the requests.CacheConfiguration.withCacheDuration(String cacheDuration) Set the cacheDuration property: The duration for which the content needs to be cached.CacheConfiguration.withIsCompressionEnabled(RuleIsCompressionEnabled isCompressionEnabled) Set the isCompressionEnabled property: Indicates whether content compression is enabled.CacheConfiguration.withQueryParameters(String queryParameters) Set the queryParameters property: query parameters to include or exclude (comma separated).CacheConfiguration.withQueryStringCachingBehavior(RuleQueryStringCachingBehavior queryStringCachingBehavior) Set the queryStringCachingBehavior property: Defines how Frontdoor caches requests that include query strings.Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheConfigurationModifier and TypeMethodDescriptionRouteConfigurationOverrideActionParameters.withCacheConfiguration(CacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration associated with this rule.