Url url = sql.findOrCreateUrl(key);
updateUrl(url, logview, max);
}
} else {
if (max > 20) {
Service service = sql.findOrCreateService(key);
updateService(service, logview, max);
}
}
} else if ("Cache".equals(type)) {
HeavyCache cache = m_report.getHeavyCache();