.getBootstrapCacheLoaderFactoryConfiguration();
if (bootstrapCacheLoaderFactoryConfiguration != null) {
element.addChildElement(new FactoryConfigurationElement(element, "bootstrapCacheLoaderFactory",
bootstrapCacheLoaderFactoryConfiguration));
}
CacheExceptionHandlerFactoryConfiguration cacheExceptionHandlerFactoryConfiguration = cacheConfiguration
.getCacheExceptionHandlerFactoryConfiguration();
if (cacheExceptionHandlerFactoryConfiguration != null) {
element.addChildElement(new FactoryConfigurationElement(element, "cacheExceptionHandlerFactory",
cacheExceptionHandlerFactoryConfiguration));
}