public final class CacheType extends com.azure.core.util.ExpandableStringEnum<CacheType>
| Modifier and Type | Field and Description |
|---|---|
static CacheType |
ALL
Static value All for CacheType.
|
| Constructor and Description |
|---|
CacheType() |
| Modifier and Type | Method and Description |
|---|---|
static CacheType |
fromString(String name)
Creates or finds a CacheType from its string representation.
|
static Collection<CacheType> |
values() |
public static final CacheType ALL
public static CacheType fromString(String name)
name - a name to look for.public static Collection<CacheType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.