I have a WCF web service in .Net 4.0.
I am calling another web service from it and that is sending me an XML object (arond 50 KB) as response.
The response object is not likely to get changed frequently. So I should be choosing a caching technique to make one call less each time and it will be faster too.
I read that there are many .Net caching techniques available..some are suitable for WCF service also.
Please guide me on which type caching technique I should go for?