第 56 章 Ehcache 组件(已弃用)
从 Camel 版本 2.1 开始提供
缓存 组件可让您使用 EHCache 作为缓存实现来执行缓存操作。缓存本身是按需创建的,或者当该名称的缓存已存在时,只需将其原始设置搭配使用。
此组件支持基于制作者和事件的消费者端点。
缓存消费者是基于事件的消费者,可用于侦听和响应特定的缓存活动。如果您需要从预先存在的缓存中执行选择,请使用为缓存组件定义的处理器。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cache</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
56.1. URI 格式
cache://cacheName[?options]
您可以在 URI 中附加查询选项,格式为 ?option =value&option=""beanRef&…