Hi,how do I configure the camel-cache (ehcache) component, if I don't need a from(cache) in my route? I don't wan't to react on changes in the cache.
in docs http://camel.apache.org/cache.html the example does the configuration within the from-element.
If I try to add values to the cache directly I get an exception:net.sf.ehcache.CacheException: Error configuring from null. Initial cause was null
I use camel 2.6 inside smx. thanks for any help.