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

Empty response.


 

 

OP_CACHE_CREATE_WITH_NAME = 29

 

Creates a cache with a given name. Cache template can be applied if there is '*' in the cache name. Throws exception if a cache with specified name already exists.

 

Request
string
Cache name

 

Empty response.

 


 

OP_CACHE_GET_OR_CREATE_WITH_NAME = 30

 

Creates a cache with a given name. Cache template can be applied if there is '*' in the cache name. Does nothing if the cache exists.

 

Request
string
Cache name

 

 

Empty response.

 


 

OP_CACHE_DESTROY = 31

Destroys cache with a given name.

Request
string
Cache name

Empty response.


 

OP_CACHE_GET_NAMES = 32

Gets existing cache names.

Empty request.

Response
intCache count
string * count
Cache names


 




TODO: Other operations

Message Exchange Example

...