catshout
2016-04-29 06:28:05 UTC
Dear ServiceMix community,
I've created a route like this ..
<setHeader headerName="CamelCacheOperation">
<constant>UPDATE</constant>
</setHeader>
<setHeader headerName="CamelCacheKey">
<constant>key1</constant>
</setHeader>
<setHeader headerName="CamelCacheEternal">
<simple>true</simple>
</setHeader>
<to uri="cache://cache1" />
Further I've created a bean with some Java code. I want to access the cache
value inside the bean. How to refer to the cache and further to the cache
entry within the bean?
Any help is highly appreciated.
Best
- Gerald
--
View this message in context: http://servicemix.396122.n5.nabble.com/How-to-access-a-cache-entry-within-a-Java-bean-called-from-a-camel-route-tp5723643.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.
I've created a route like this ..
<setHeader headerName="CamelCacheOperation">
<constant>UPDATE</constant>
</setHeader>
<setHeader headerName="CamelCacheKey">
<constant>key1</constant>
</setHeader>
<setHeader headerName="CamelCacheEternal">
<simple>true</simple>
</setHeader>
<to uri="cache://cache1" />
Further I've created a bean with some Java code. I want to access the cache
value inside the bean. How to refer to the cache and further to the cache
entry within the bean?
Any help is highly appreciated.
Best
- Gerald
--
View this message in context: http://servicemix.396122.n5.nabble.com/How-to-access-a-cache-entry-within-a-Java-bean-called-from-a-camel-route-tp5723643.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.