You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/05/23 20:22:15 UTC

[camel] branch lru-sync updated (dd30b1fe248 -> d8076019c3b)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch lru-sync
in repository https://gitbox.apache.org/repos/asf/camel.git


    from dd30b1fe248 CAMEL-19295: Experiment with sync LRUCache and test case that otherwise will OOME
     add d8076019c3b CAMEL-19295: Basic thread-safe LRU cache

No new revisions were added by this update.

Summary of changes:
 .../camel/support/DefaultLRUCacheFactoryTest.java  | 250 +++++++++++++++++++++
 .../camel/support/DefaultLRUCacheFactory.java      | 204 +++++++++++++++--
 2 files changed, 434 insertions(+), 20 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/DefaultLRUCacheFactoryTest.java