Versions Compared

Key

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

...

Response
BinaryObjectvalue

 

Cache flags

GET and all other cache operations include flags byte.

1KEEP_BINARY

Indicates wether IgniteCache.withKeepBinary should be called on the server side.

This flag has effect only for OP_QUERY_SCAN when Java filter is used.

Other operations ignore the flag and call withKeepBinary anyway.

 

 

OP_CACHE_GET_ALL = 1003

Retrieves multiple values from cache given multiple keys. 

...