b.broadcast("foo").get();
ar.close();
b.removeAtmosphereResource(ar);
b.broadcast("raide").get();
assertEquals(cache.messages().isEmpty(), false);
List<Object> l = cache.retrieveFromCache(b.getID(), ar.uuid());
assertNotNull(l);
assertEquals(l.isEmpty(), false);