I see that the HttpClient cache caches byte stream retrieved from an operation.
In my usecase, I depend on an external restful webservice to drive my website. The service responds by XML. When I use the HttpClient's cache module, after every GET, I've to do an unmarshall which is quite expensive. What I want to do instead, is to extend the cache module such that what I save in the cache are my unmarshalled objects(they're serializable). Is it possible? Can someone help me with this? -- View this message in context: http://old.nabble.com/HttpClient-cache---caching-custom-objects-tp32602007p32602007.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
