CacheIdentity identity2 = defaultCacheStore.store(entry2);
assertEquals(entry1,defaultCacheStore.retrieve(identity1));
assertEquals(entry2,defaultCacheStore.retrieve(identity2));
}
/**
* This test checks that the cache removal functionality removes the
* specified object after confirming that it has been stored.