第 58 章 caffeine LoadCache 组件
从 Camel 版本 2.20 开始提供
caffeine-loadcache 组件允许您使用 Caffeine 中的 The Load cache perform cache operations。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-caffeine</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
58.1. URI 格式 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
caffeine-loadcache://cacheName[?options]
您可以在 URI 中附加查询选项,格式为 ?option =value&option=""beanRef&…