Browser Data Caching
Browser has a feature to cache (storing in advance) some data (html pages, dynamic response, images, css, JavaScript files etc) to improve the performance in web application. So that when the same data or page is requested by client, browser will provide it from cache without sending request to server. When we send a request […]