What is application cache and why we use it?
Application Cache is the concept introduced in HTML5. By using this feature, we can cache the web application and access the application without internet connection. This will enhance the speed because cached resources load faster as compared to content that gets downloaded, directly from the server. Also, this will reduce the server load as the browser will only download the updated or modified content from the server.