assertTrue(c.deadlockDetection().enabled());
assertEquals(1221, c.deadlockDetection().spinDuration());
assertEquals(CacheMode.DIST_SYNC, c.clustering().cacheMode());
c = cm.getCacheConfiguration("storeKeyValueBinary");
assertTrue(c.storeAsBinary().enabled());
assertTrue(c.storeAsBinary().storeKeysAsBinary());
assertTrue(!c.storeAsBinary().storeValuesAsBinary());
Configuration withJDBCLoader = cm.getCacheConfiguration("withJDBCLoader");
assertTrue(withJDBCLoader.locking().supportsConcurrentUpdates());