Caffeine Lrucache
Since Camel 3.0
The Caffeine LRU Cache component enables you to perform caching operations using the simple cache from Caffeine LRU Cache.
Maven users will need to add the following dependency to
their pom.xml for this component:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-caffeine-lrucache</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>