assertEquals(pojo1, cache.get("/one/two", "key1"));
// start another
mgr.suspend();
mgr.begin();
System.out.println("Current TX " + mgr.getTransaction());
cache.put("/one/two", "key2", pojo2);
// assert we can see this INSIDE the existing tx
//assertEquals(pojo2, cache.get("/one/two", "key2"));