public static enum DefaultComputingCacheFactory.RemovalCause extends Enum<DefaultComputingCacheFactory.RemovalCause>
Enum Constant and Description |
---|
EXPIRED |
INVALIDATE |
MAX_SIZE_EXCEEDED |
Modifier and Type | Method and Description |
---|---|
static DefaultComputingCacheFactory.RemovalCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultComputingCacheFactory.RemovalCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultComputingCacheFactory.RemovalCause EXPIRED
public static final DefaultComputingCacheFactory.RemovalCause MAX_SIZE_EXCEEDED
public static final DefaultComputingCacheFactory.RemovalCause INVALIDATE
public static DefaultComputingCacheFactory.RemovalCause[] values()
for (DefaultComputingCacheFactory.RemovalCause c : DefaultComputingCacheFactory.RemovalCause.values()) System.out.println(c);
public static DefaultComputingCacheFactory.RemovalCause 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 nullCopyright © 2017. All rights reserved.