I'm looking for caching prior to hitting the service layer for my Jax-rs webservice
Logic is simple..URI+query string would be key to cache, response (xml, json, jsonp) as value to cache obj. During pre-invoke stage, need to check if cache already exists for give URI and return response if found. in marshall, pre-stream stage, need to capture the result and store in cache. I started looking at Logging(Inout)Interceptors but seems too complicated, and not sure if that's correct approach. I've looked at these forums, and didn't seem to find related to it. Any suggestions? -- View this message in context: http://cxf.547215.n5.nabble.com/Caching-results-using-interceptor-tp5039950p5039950.html Sent from the cxf-user mailing list archive at Nabble.com.
