Google News
logo
Web Services - Interview Questions
What do you mean by response caching?
We can define response caching as the minimal number of requests a client makes to a web server. It reduces the level of work to be done by the web server to generate a response to the request made. Response caching is controlled by headers that specify how you would like client, proxy, and middleware to cache responses.
Advertisement