private void configureEviction(Element element)
{
if (element == null) return; //no eviction might be configured
EvictionElementParser evictionElementParser = new EvictionElementParser(coreNamespace);
config.setEvictionConfig(evictionElementParser.parseEvictionElement(element));
}
private void configureJmxStatistics(Element element)
{
if (element == null) return; //might not be specified