Camel Spring Boot Starter for Caffeine LRUCache
Spring Boot Auto-Configuration
When using Caffeine LRUCache with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-caffeine-lrucache-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>