blob: dcfde5b99b4870775d863c59cdd11460cfec14dd [file]
= Caffeine Lrucache Component (deprecated)
:doctitle: Caffeine Lrucache
:shortname: caffeine-lrucache
:artifactid: camel-caffeine-lrucache
:description: Camel Caffeine LRUCache support
:since: 3.0
:supportlevel: Stable-deprecated
:deprecated: *deprecated*
//Manually maintained attributes
:camel-spring-boot-name: caffeine-lrucache
*Since Camel {since}*
The Caffeine LRU Cache component enables you to perform caching operations using
the simple cache from Caffeine LRU Cache.
Maven users will need to add the following dependency to
their `pom.xml` for this component:
[source,xml]
------------------------------------------------------------
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-caffeine-lrucache</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
------------------------------------------------------------
== Options
There are no options.
// component-configure options: START
// component-configure options: END
// component options: START
// component options: END
// endpoint options: START
// endpoint options: END
include::spring-boot:partial$starter.adoc[]