Julian Reschke created OAK-9605:
-----------------------------------
Summary: SegmentCacheStats uses Guava in API
Key: OAK-9605
URL: https://issues.apache.org/jira/browse/OAK-9605
Project: Jackrabbit Oak
Issue Type: Bug
Components: segment-tar
Reporter: Julian Reschke
{noformat}
@Override
protected CacheStats getCurrentStats() {
return new CacheStats(
hitCount.get(),
missCount.get(),
loadSuccessCount.get(),
loadExceptionCount.get(),
loadTime.get(),
evictionCount.get()
);
}
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)