public static enum CacheFactory.ExpiryType extends Enum<CacheFactory.ExpiryType>
Modifier and Type | Method and Description |
---|---|
static CacheFactory.ExpiryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheFactory.ExpiryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheFactory.ExpiryType NONE
public static final CacheFactory.ExpiryType TTL
public static CacheFactory.ExpiryType[] values()
for (CacheFactory.ExpiryType c : CacheFactory.ExpiryType.values()) System.out.println(c);
public static CacheFactory.ExpiryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.