Uses of Class
com.microsoft.azure.management.cdn.CacheBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CacheBehavior in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final CacheBehavior
CacheBehavior.BYPASS_CACHE
Static value BypassCache for CacheBehavior.static final CacheBehavior
CacheBehavior.OVERRIDE
Static value Override for CacheBehavior.static final CacheBehavior
CacheBehavior.SET_IF_MISSING
Static value SetIfMissing for CacheBehavior.Modifier and TypeMethodDescriptionCacheExpirationActionParameters.cacheBehavior()
Get caching behavior for the requests.static CacheBehavior
CacheBehavior.fromString
(String name) Creates or finds a CacheBehavior from its string representation.Modifier and TypeMethodDescriptionCacheExpirationActionParameters.withCacheBehavior
(CacheBehavior cacheBehavior) Set caching behavior for the requests.