Web services which use output caching provide identical response, until the cache information expires, when requests are identical. In this case you can increase performance of your site, even if you store a response only for w few seconds.
You should use output caching only for straightforward information retrieval or data-processing functions. You should not …