I am little bit confused on whether to cache the xml response returned from a search engine.Initially I thought of caching the response as I have to use the same response in several web parts and apply different XSLT to that response in different web parts.
But I was stuck up with a question that if I only add few web parts to a page , and if I dont have the web part with caching logic added, it might cause serious problems.
Will it be a good idea to submit the query from every web part independent of other web parts and just cache the XSLT file?
Could anyone suggest me a good option to overcome this.
Thanks
Carol