Enum MemcacheSerialization.Flag (2.0.0)

public enum MemcacheSerialization.Flag extends Enum<MemcacheSerialization.Flag>

Values used as flags on the MemcacheService's values.

Static Fields

NameDescription
BOOLEAN
BYTE
BYTES
INTEGER
LONG
OBJECT
SHORT
UTF8

Static Methods

NameDescription
fromInt(int i)

While the enum is convenient, the implementation wants ints... this factory converts int value to Flag value.

valueOf(String name)
values()