parseStoreChildren(reader, fcscb, builder.persistence());
} else if (loader instanceof CacheStore) {
Adaptor52xStoreConfigurationBuilder scb = builder.persistence().addStore(Adaptor52xStoreConfigurationBuilder.class);
scb.loader((org.infinispan.loaders.CacheLoader) loader);
if (fetchPersistentState != null)
scb.fetchPersistentState(fetchPersistentState);
if (ignoreModifications != null)
scb.ignoreModifications(ignoreModifications);
parseStoreChildren(reader, scb, builder.persistence());
} else if (loader instanceof ClusterLoader) {
ClusterLoaderConfigurationBuilder cclb = builder.persistence().addClusterLoader();