}
addChildElement(new DefaultCacheConfigurationElement(this, configuration.getDefaultCacheConfiguration()));
for (CacheConfiguration cacheConfiguration : configuration.getCacheConfigurations().values()) {
addChildElement(new CacheConfigurationElement(this, cacheConfiguration));
}
TerracottaClientConfiguration terracottaConfiguration = configuration.getTerracottaConfiguration();
if (terracottaConfiguration != null) {
addChildElement(new TerracottaConfigConfigurationElement(this, terracottaConfiguration));
}
}