You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/05/23 11:34:51 UTC

[GitHub] [camel] davsclaus commented on pull request #10157: CAMEL-19295: Experiment with sync LRUCache and test case that otherwi…

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org