public static enum NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition extends java.lang.Enum<NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition>
Enum Constant and Description |
---|
Remove
The client would like the object removed from the store.
|
Save
The client would like to keep the object in the store.
|
Modifier and Type | Method and Description |
---|---|
ObjectDisposition |
value() |
static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition Save
public static final NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition Remove
public static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition[] values()
for (NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition c : NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition.values()) System.out.println(c);
public static NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition 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 nullpublic ObjectDisposition value()