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
BinaryObjectvalue

 

OP_CACHE_PUT_ALL = 20

Request
int
Cache ID: Java-style hash code of the cache name
byteflags
intKey-value pair count
(BinaryObject + BinaryObject) * countKey-value pairs



OP_CACHE_CONTAINS_KEY = 10

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

...

Response
boolTrue when keys are present, false otherwise

 

 

Message Exchange Example

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

...