Uses of Class
com.azure.resourcemanager.frontdoor.models.CacheConfiguration
Packages that use CacheConfiguration
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of CacheConfiguration in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return CacheConfigurationModifier 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.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type CacheConfigurationModifier and TypeMethodDescriptionForwardingConfiguration.withCacheConfiguration(CacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration associated with this rule.