This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 4feaa1f Regen
4feaa1f is described below
commit 4feaa1ff87935caac24c3f51aa7d2b7a958e6676
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 16 08:42:25 2018 +0200
Regen
---
.../camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
b/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
index f2206a3..7c83787 100644
--- a/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
+++ b/components/camel-caffeine/src/main/docs/caffeine-loadcache-component.adoc
@@ -77,7 +77,7 @@ with the following path and query parameters:
| *exceptionHandler* (consumer) | To let the consumer use a custom
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this
options is not in use. By default the consumer will deal with exceptions, that
will be logged at WARN or ERROR level and ignored. | | ExceptionHandler
| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer
creates an exchange. | | ExchangePattern
| *action* (producer) | To configure the default cache action. If an action is
set in the message header, then the operation from the header takes precedence.
| | String
-| *cache* (producer) | To configure the default an already instantiated cache
to be used | | Cache
+| *cache* (producer) | To configure an already instantiated cache to be used |
| Cache
| *cacheLoader* (producer) | To configure a CacheLoader in case of a LoadCache
use | | CacheLoader
| *evictionType* (producer) | Set the eviction Type for this cache |
SIZE_BASED | EvictionType
| *expireAfterAccessTime* (producer) | Set the expire After Access Time in
case of time based Eviction (in seconds) | 300 | int
@@ -105,7 +105,7 @@ The component supports 17 options, which are listed below.
|===
| Name | Description | Default | Type
| *camel.component.caffeine-loadcache.configuration.action* | To configure the
default cache action. If an action is set in the message header, then the
operation from the header takes precedence. | | String
-| *camel.component.caffeine-loadcache.configuration.cache* | To configure the
default an already instantiated cache to be used | | Cache
+| *camel.component.caffeine-loadcache.configuration.cache* | To configure an
already instantiated cache to be used | | Cache
| *camel.component.caffeine-loadcache.configuration.cache-loader* | To
configure a CacheLoader in case of a LoadCache use | | CacheLoader
| *camel.component.caffeine-loadcache.configuration.create-cache-if-not-exist*
| Configure if a cache need to be created if it does exist or can't be
pre-configured. | true | Boolean
| *camel.component.caffeine-loadcache.configuration.eviction-type* | Set the
eviction Type for this cache | | EvictionType