element.addChildElement(child);
}
addAllFactoryConfigsAsChildElements(element, "cacheExtensionFactory", cacheConfiguration.getCacheExtensionConfigurations());
addAllFactoryConfigsAsChildElements(element, "cacheLoaderFactory", cacheConfiguration.getCacheLoaderConfigurations());
BootstrapCacheLoaderFactoryConfiguration bootstrapCacheLoaderFactoryConfiguration = cacheConfiguration
.getBootstrapCacheLoaderFactoryConfiguration();
if (bootstrapCacheLoaderFactoryConfiguration != null) {
element.addChildElement(new FactoryConfigurationElement(element, "bootstrapCacheLoaderFactory",
bootstrapCacheLoaderFactoryConfiguration));
}