davsclaus commented on PR #10157: URL: https://github.com/apache/camel/pull/10157#issuecomment-1559114874
Yeah can you test with camel-caffeine-lrucache as well. Also I think we can have a non LRU cache, we often just want to keep 1000 elements in a cache, and they may not need to be exact LRU based. So they can be FIFO or anything like that, just that the size of big enough for normal use-cases. So basically we can make a cache that is just a ConcurrentMap from the JDK to be used in the various places, where a LRU is really not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org