// 2: verify data is in top level cache
Map<String, String> inspectResponse = mgmtClient.inspectCache("700");
this.checkCacheInspectString(inspectResponse, "success", SC_CACHE_ENTRY_STATE.LOADED, "700", "0", "700/0/0=51&", "unset");
// 3: start cache guardian - publish 3 Appendix 1 initial message
SCSubscribeMessage subMsg = new SCSubscribeMessage();
subMsg.setMask(TestConstants.mask);
subMsg.setSessionInfo(TestConstants.publish3LargeAppendix1InitialMsgCmd);
subMsg.setData("700");
guardianClient.startCacheGuardian(TestConstants.cacheGuardian1, subMsg, cacheGuardianCbk);
// 4: verify callback retrieval - 3 appendix within 10sec
cacheGuardianCbk.waitForAppendMessage(3, 10);