Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response
longRequest id (see above)
intStatus code (0 for success, otherwise error code)
stringError message (present only when status is not 0)
...Operation-specific data

Operation codes and request ids are omitted everywhere below for brevity.

OP_CACHE_GET = 1

Request
int
Cache ID: Java-style hash code of the cache name
byteflags
BinaryObjectkey
Response
int
Cache ID: Java-style hash code of the cache name
byteflags
BinaryObjectkey

...