第 91 章 Ehcache 组件
从 Camel 版本 2.18 开始提供
ehcache 组件允许您将 Ehcache 3 用作缓存实现来执行缓存操作。
此组件支持制作者和基于事件的消费者端点。
Cache consumer 是一个基于事件的消费者,可用于侦听和响应特定的缓存活动。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ehcache</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
91.1. URI 格式
ehcache://cacheName[?options]
您可以将查询选项附加到 URI 中,格式为 ?option=value&option=#beanRef&…