Share via


CacheBehavior Clase

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.CacheBehavior

public final class CacheBehavior
extends com.microsoft.rest.ExpandableStringEnum<CacheBehavior>

Define los valores de CacheBehavior.

Resumen del campo

Modificador y tipo Campo y descripción
static final CacheBehavior BYPASS_CACHE

Valor estático Omitircaché para el comportamiento de caché.

static final CacheBehavior OVERRIDE

Invalidación de valor estático para el comportamiento de caché.

static final CacheBehavior SET_IF_MISSING

Valor estático EstablecerIfMissing para el comportamiento de la caché.

Resumen del constructor

Constructor Description
CacheBehavior()

Resumen del método

Modificador y tipo Método y descripción
static CacheBehavior fromString(String name)

Crea o busca un comportamiento de cachéa partir de su representación de cadena.

static java.util.Collection<CacheBehavior> values()

Métodos heredados de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del campo

BYPASS_CACHE

public static final CacheBehavior BYPASS_CACHE

Valor estático BypassCache para CacheBehavior.

OVERRIDE

public static final CacheBehavior OVERRIDE

Valor estático Invalidación para CacheBehavior.

SET_IF_MISSING

public static final CacheBehavior SET_IF_MISSING

Valor estático SetIfMissing para CacheBehavior.

Detalles del constructor

CacheBehavior

public CacheBehavior()

Detalles del método

fromString

public static CacheBehavior fromString(String name)

Crea o busca un cacheBehavior a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

cacheBehavior correspondiente

values

public static Collection values()

Returns:

Valores conocidos de CacheBehavior

Se aplica a