Uses of Class
com.google.appengine.api.memcache.MemcacheSerialization.Flag
-
Packages that use MemcacheSerialization.Flag Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of MemcacheSerialization.Flag in com.google.appengine.api.memcache
Fields in com.google.appengine.api.memcache declared as MemcacheSerialization.Flag Modifier and Type Field Description MemcacheSerialization.Flag
MemcacheSerialization.ValueAndFlags. flags
Methods in com.google.appengine.api.memcache that return MemcacheSerialization.Flag Modifier and Type Method Description static MemcacheSerialization.Flag
MemcacheSerialization.Flag. fromInt(int i)
While the enum is convenient, the implementation wantsint
s...static MemcacheSerialization.Flag
MemcacheSerialization.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static MemcacheSerialization.Flag[]
MemcacheSerialization.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-