@Override
protected void createCacheManagers() throws Throwable {
ConfigurationBuilder builder = hotRodCacheConfiguration(
getDefaultClusteredCacheConfig(CacheMode.REPL_ASYNC, false));
builder.clustering().async().replQueueInterval(1000L).useReplQueue(true);
builder.eviction().maxEntries(3);
createHotRodServers(2, builder);
}
public void testPutKeyValue(Method m) {