第 56 章 Ehcache 组件(已弃用)
从 Camel 版本 2.1 开始提供
缓存 组件允许您使用 EHCache 作为缓存实施来执行缓存操作。缓存本身是按需创建的,或者该名称的缓存已经存在,那么只需将其用于原始设置即可。
此组件支持制作者和基于事件的消费者端点。
Cache consumer 是一个基于事件的消费者,可用于侦听和响应特定的缓存活动。如果您需要从预先存在的缓存执行选择,请使用为缓存组件定义的处理器。
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&…