第 57 章 caffeine Cache 组件
从 Camel 版本 2.20 开始提供
caffeine-cache 组件允许您使用来自 Caffeine 的简单缓存执行缓存操作。
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>
57.1. URI 格式
caffeine-cache://cacheName[?options]
您可以将查询选项附加到 URI 中,格式为 ?option=value&option=#beanRef&…