Nicola Ferraro created CAMEL-12538:
--------------------------------------

             Summary: camel-caffeine: do not use different caches with slightly 
different URIs
                 Key: CAMEL-12538
                 URL: https://issues.apache.org/jira/browse/CAMEL-12538
             Project: Camel
          Issue Type: Bug
          Components: camel-caffeine
    Affects Versions: 2.21.1
            Reporter: Nicola Ferraro
            Assignee: Andrea Cosentino


I've found a problem with caffeine-cache. When I use the following:
{code:java}
// route 1
.to("caffeine-cache:global?key=x&action=PUT")

// route 2
.to("caffeine-cache:global?key=x&action=GET"{code}
I expect that what I save in route 1 can be retrieved in route 2, but this is 
not the case, since the two URIs differ (GET/PUT) and I get two different 
caches.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to