assertFalse(cache2.containsKey(key));
ReplListener replListener2 = replListener(cache2);
replListener2.expect(PutKeyValueCommand.class);
cache1.putForExternalRead(key, value);
replListener2.waitForRpc();
// wait for command the finish executing asynchronously
eventually(new Condition() {
@Override
public boolean isSatisfied() throws Exception {