parseStoreChildren(reader, fcscb);
} else if (loader instanceof CacheStore){
LegacyStoreConfigurationBuilder scb = builder.loaders().addStore();
scb.cacheStore((CacheStore)loader);
if (fetchPersistentState != null)
scb.fetchPersistentState(fetchPersistentState);
if (ignoreModifications != null)
scb.ignoreModifications(ignoreModifications);
if (purgerThreads != null)
scb.purgerThreads(purgerThreads);
if (purgeOnStartup != null)