Fqn fqn = Fqn.fromString(str);
cache.put(fqn, str, str);
}
EvictionController evictionController = new EvictionController(cache);
evictionController.startEviction();
// wait a few secs for eviction to complete
// TestingUtil.sleepThread(500);
assertEquals("Number of nodes", maxNodes + 2, cache.getNumberOfNodes());
for (int i = 0; i < maxNodes; i++)
{