MetricTreeObject subtree = tree.getSubtree(key);
subtree.addInt("size", size);
subtree.addInt("evictionCount", stats.evictionCount());
subtree.addInt("hitCount", stats.hitCount());
subtree.addInt("loadCount", stats.loadCount());
subtree.addInt("loadExceptionCount", stats.loadExceptionCount());
subtree.addInt("loadSuccessCount", stats.loadSuccessCount());
subtree.addInt("missCount", stats.missCount());
subtree.addInt("requestCount", stats.requestCount());