What is application cache and why we use it?

677    Asked by SonamSingh in Python , Asked on Dec 17, 2019
Answered by Sonam Singh

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.


Your Answer

Interviews

Parent Categories