assertEquals("T2", identity1.getExpiresTime(),100);
assertEquals("T3", identity1.getSequenceNo(),0);
// We add the second identity which should get a cacheTime of 10,
// expiresTime of max(10+50,10+100)=110 and a sequence number of 1
CacheIdentity identity2 = defaultCacheStore.store(entry2);
assertEquals("T4", identity2.getCreateTime(),10);
assertEquals("T5", identity2.getExpiresTime(),110);
assertEquals("T6", identity2.getSequenceNo(),1);
// We add the third identity which should get a cacheTime of 20,