* net.rubyeye.xmemcached.CommandFactory#createDeleteCommand(java.lang.String
* , byte[], int)
*/
public final Command createDeleteCommand(final String key,
final byte[] keyBytes, final int time, long cas, boolean noreply) {
return new TextDeleteCommand(key, keyBytes, time,
new CountDownLatch(1), noreply);
}