keyBytes, latch, exp, false);
this.latchWait(command, opTimeout, this.sendCommand(command));
command.getIoBuffer().free();
this.checkException(command);
if (command.getResult() == null) {
throw new MemcachedException(
"Operation fail,may be caused by networking or timeout");
}
return (Boolean) command.getResult();
}