public static enum CachingOptions.KeyCache.Type extends java.lang.Enum<CachingOptions.KeyCache.Type>
Modifier and Type | Method and Description |
---|---|
static CachingOptions.KeyCache.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CachingOptions.KeyCache.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachingOptions.KeyCache.Type ALL
public static final CachingOptions.KeyCache.Type NONE
public static CachingOptions.KeyCache.Type[] values()
for (CachingOptions.KeyCache.Type c : CachingOptions.KeyCache.Type.values()) System.out.println(c);
public static CachingOptions.KeyCache.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2020 The Apache Software Foundation