Versions Compared

Key

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

...

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

 

OP_CACHE_PUT = 4

 

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

 

Message Exchange Example

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

...