5657585960616263646566
// access object CmisObject obj2 = cache.getById(id, cacheKey); Assert.assertEquals(obj1, obj2); // clear cache cache.clear(); // access object (not found) Assert.assertFalse(cache.containsId(id, cacheKey)); // access object (not found)
5960616263646566676869