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.FlagMemcacheSerialization.ValueAndFlags. flagsMethods in com.google.appengine.api.memcache that return MemcacheSerialization.Flag Modifier and Type Method Description static MemcacheSerialization.FlagMemcacheSerialization.Flag. fromInt(int i)While the enum is convenient, the implementation wantsints...static MemcacheSerialization.FlagMemcacheSerialization.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.
-