clc = getLoaderConfig(loader, cacheStore);
}
CacheStoreConfig csc = (CacheStoreConfig) clc;
StoreConfiguration store = (StoreConfiguration) loader;
csc.fetchPersistentState(store.fetchPersistentState());
csc.ignoreModifications(store.ignoreModifications());
csc.purgeOnStartup(store.purgeOnStartup());
csc.setPurgeSynchronously(store.purgeSynchronously());
csc.getAsyncStoreConfig().setEnabled(store.async().enabled());
csc.getAsyncStoreConfig().flushLockTimeout(store.async().flushLockTimeout());
csc.getAsyncStoreConfig().modificationQueueSize(store.async().modificationQueueSize());