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