get_replica
Description:
Get a number of replica values from the cache.
Example:
GetReplicaCommand grc = GetReplicaCommand() {
key = "my-key"
};
GetReplicaCommand*[] commands = { &grc };
instance.get_replica( null, commands );
Parameters:
command_cookie |
A cookie passed to all of the notifications from this command |
commands |
the array containing the items to get |
Returns:
The status of the operation |