Versions Compared

Key

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

...

Response
boolTrue when keys are present, false otherwise

  

OP_CACHE_GET_AND_PUT = 13

Request
int
Cache ID: Java-style hash code of the cache name
byteflags
BinaryObjectkey
BinaryObjectvalue
Response
BinaryObjectExisting value for the specified key, or null


Message Exchange Example

Let's see how request and response would look for a cache.get operation for integer key and value:

...