Uses of Class
com.azure.resourcemanager.cdn.models.CacheConfiguration
-
Packages that use CacheConfiguration Package Description com.azure.resourcemanager.cdn.models 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 CacheConfiguration Modifier and Type Method Description CacheConfigurationRouteConfigurationOverrideActionParameters. cacheConfiguration()Get the cacheConfiguration property: The caching configuration associated with this rule.CacheConfigurationCacheConfiguration. withCacheBehavior(RuleCacheBehavior cacheBehavior)Set the cacheBehavior property: Caching behavior for the requests.CacheConfigurationCacheConfiguration. withCacheDuration(String cacheDuration)Set the cacheDuration property: The duration for which the content needs to be cached.CacheConfigurationCacheConfiguration. withIsCompressionEnabled(RuleIsCompressionEnabled isCompressionEnabled)Set the isCompressionEnabled property: Indicates whether content compression is enabled.CacheConfigurationCacheConfiguration. withQueryParameters(String queryParameters)Set the queryParameters property: query parameters to include or exclude (comma separated).CacheConfigurationCacheConfiguration. 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 CacheConfiguration Modifier and Type Method Description RouteConfigurationOverrideActionParametersRouteConfigurationOverrideActionParameters. withCacheConfiguration(CacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration associated with this rule.
-