public enum MemcacheSerialization.Flag extends Enum<MemcacheSerialization.Flag>Values used as flags on the MemcacheService's values.
Static Fields |
|
|---|---|
| Name | Description |
BOOLEAN |
|
BYTE |
|
BYTES |
|
INTEGER |
|
LONG |
|
OBJECT |
|
SHORT |
|
UTF8 |
|
Static Methods |
|
|---|---|
| Name | Description |
fromInt(int i) |
While the enum is convenient, the implementation wants |
valueOf(String name) |
|
values() |
|