Uses of Class
com.microsoft.azure.management.cdn.CacheBehavior
Packages that use CacheBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CacheBehavior in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as CacheBehaviorModifier and TypeFieldDescriptionstatic final CacheBehaviorCacheBehavior.BYPASS_CACHEStatic value BypassCache for CacheBehavior.static final CacheBehaviorCacheBehavior.OVERRIDEStatic value Override for CacheBehavior.static final CacheBehaviorCacheBehavior.SET_IF_MISSINGStatic value SetIfMissing for CacheBehavior.Methods in com.microsoft.azure.management.cdn that return CacheBehaviorModifier and TypeMethodDescriptionCacheExpirationActionParameters.cacheBehavior()Get caching behavior for the requests.static CacheBehaviorCacheBehavior.fromString(String name) Creates or finds a CacheBehavior from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type CacheBehaviorMethods in com.microsoft.azure.management.cdn with parameters of type CacheBehaviorModifier and TypeMethodDescriptionCacheExpirationActionParameters.withCacheBehavior(CacheBehavior cacheBehavior) Set caching behavior for the requests.