private static enum NonstopCacheEventListener.CacheEventType extends java.lang.Enum<NonstopCacheEventListener.CacheEventType>
Enum Constant and Description |
---|
DISPOSE |
EVICTED |
EXPIRED |
PUT |
REMOVE_ALL |
REMOVED |
UPDATED |
Modifier and Type | Method and Description |
---|---|
static NonstopCacheEventListener.CacheEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NonstopCacheEventListener.CacheEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonstopCacheEventListener.CacheEventType PUT
public static final NonstopCacheEventListener.CacheEventType REMOVED
public static final NonstopCacheEventListener.CacheEventType UPDATED
public static final NonstopCacheEventListener.CacheEventType EXPIRED
public static final NonstopCacheEventListener.CacheEventType EVICTED
public static final NonstopCacheEventListener.CacheEventType REMOVE_ALL
public static final NonstopCacheEventListener.CacheEventType DISPOSE
public static NonstopCacheEventListener.CacheEventType[] values()
for (NonstopCacheEventListener.CacheEventType c : NonstopCacheEventListener.CacheEventType.values()) System.out.println(c);
public static NonstopCacheEventListener.CacheEventType 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 null