CacheSPI cache0 = createCache(1, null, true, false);
cache0.getConfiguration().setCacheMode(Configuration.CacheMode.REPL_ASYNC);
CacheSPI cache1 = createCache(1, null, true, false);
cache1.getConfiguration().setCacheMode(Configuration.CacheMode.REPL_ASYNC);
cache0.start();
cache1.start();
try
{
waitForSingleBuddy(cache0, cache1);
Fqn fqn = Fqn.fromString("/a/b/c");