Claus Ibsen created CAMEL-11339:
-----------------------------------
Summary: LRUCache - Optimise to use LongAdder instead of AtomicLong
Key: CAMEL-11339
URL: https://issues.apache.org/jira/browse/CAMEL-11339
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.20.0We are on Java 8 so we can use LongAdder for stat counters, which is better than AtomicLong. -- This message was sent by Atlassian JIRA (v6.3.15#6346)
