Assert.assertEquals(c.clustering().cacheMode(), CacheMode.REPL_SYNC);
Assert.assertEquals(c.clustering().stateTransfer().fetchInMemoryState(), true);
Assert.assertEquals(c.clustering().sync().replTimeout(), 30000);
Assert.assertEquals(c.locking().isolationLevel(), IsolationLevel.READ_COMMITTED);
Assert.assertEquals(c.locking().concurrencyLevel(), 30);
Assert.assertEquals(c.locking().lockAcquisitionTimeout(), 25000);
Assert.assertEquals(c.storeAsBinary().enabled(), false);
// Following should have been taken over from first cache
Assert.assertEquals(c.expiration().wakeUpInterval(), 23);
Assert.assertEquals(c.expiration().lifespan(), 50012);