CacheType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. CacheType
- com.
- com.
public final class CacheType
extends ExpandableStringEnum<CacheType>
The level at which the content needs to be cached.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cache |
ALL
Static value All for Cache |
Constructor Summary
| Constructor | Description |
|---|---|
| CacheType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cache |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cache |
fromString(String name)
Creates or finds a Cache |
|
static
Collection<Cache |
values()
Gets known Cache |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final CacheType ALL
Static value All for CacheType.
Constructor Details
CacheType
@Deprecated
public CacheType()
Deprecated
Creates a new instance of CacheType value.
Method Details
fromString
public static CacheType fromString(String name)
Creates or finds a CacheType from its string representation.
Parameters:
Returns:
values
public static Collection<CacheType> values()
Gets known CacheType values.
Returns: