assertTrue(c.transaction().syncCommitPhase()); // Non XA - default configuration value
assertTrue(c.transaction().syncRollbackPhase()); // Non XA - side effect of cache manager creation
assertEquals(EvictionStrategy.NONE, c.eviction().strategy());
assertEquals(-1, c.eviction().maxEntries());
assertEquals(LockingMode.PESSIMISTIC, c.transaction().lockingMode());
fileStore = (SingleFileStoreConfiguration) c.persistence().stores().get(0);
assertTrue(fileStore.preload());
assertFalse(fileStore.purgeOnStartup());
c = cm.getCache("capedwarf-tasks").getCacheConfiguration();
assertEquals(CacheMode.DIST_ASYNC, c.clustering().cacheMode());