This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 69373a4e000ec79e41fd6842dca0cf3e4ec40e29
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 29 11:58:37 2018 +0200

    CAMEL-12539 - camel-caffeine: improve documentation for LoadCache
---
 components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc 
b/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
index 6676545..7b3f25c 100644
--- a/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
+++ b/components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc
@@ -105,8 +105,8 @@ You can use your cache with the following code:
         return new RouteBuilder() {
             public void configure() {
                 from("direct://start")
-                    .toF("caffeine-cache://%s?cache=#cache&action=PUT&key=1", 
"test")
-                    .toF("caffeine-cache://%s?cache=#cache&key=1&action=GET", 
"test")
+                    
.toF("caffeine-loadcache://%s?cache=#cache&action=PUT&key=1", "test")
+                    
.toF("caffeine-loadcache://%s?cache=#cache&key=1&action=GET", "test")
                     .log("Test! ${body}")
                     .to("mock:result");
             }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to