// get post-persist time for sleep calculations below
Date persistTime = new Date();
Object[] ids = new Object[4];
ids[0] = new Id(CacheObjectE.class, em.getObjectId(e).toString());
ids[1] = new Id(CacheObjectF.class, em.getObjectId(f).toString());
ids[2] = new Id(CacheObjectG.class, em.getObjectId(g).toString());
ids[3] = new Id(CacheObjectH.class, em.getObjectId(h).toString());
// build up some queries to test
// this one should be only on the superclass, since
// CacheObjectF has a timeout.