Re: appending to value in cache

2013-08-27 Thread Claus Ibsen
Hi You would likely need to get the existing value from cache and then append the data to it, and then update the value to the cache. On Mon, Aug 26, 2013 at 8:34 PM, Tyler Durvik phangb...@gmail.com wrote: Yes, you can update a value in a cache but I am having problems trying to append to a

appending to value in cache

2013-08-26 Thread Tyler Durvik
I have a String value stored in a cache (camel cache endpoint) that I may want to append to. Is there an easy way of doing this? I cannot figure out the best way to do this.

Re: appending to value in cache

2013-08-26 Thread Christian Posta
You should be able to update it. Take a look at the wiki here for the correct headers to use: http://camel.apache.org/cache.html And for a better example, take a look at this unit test:

Re: appending to value in cache

2013-08-26 Thread Tyler Durvik
Yes, you can update a value in a cache but I am having problems trying to append to a value in the cache. On Mon, Aug 26, 2013 at 1:56 PM, Christian Posta christian.po...@gmail.comwrote: You should be able to update it. Take a look at the wiki here for the correct headers to use: