Home / Questions / What is the Application Cache in HTML5 and why it is used?
Explanatory Question

What is the Application Cache in HTML5 and why it is used?

👁 699 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The Application Cache concept means that a web application is cached. It can be accessed without the need for an internet connection.

Some advantages of Application Cache:

  1. Offline browsing – Web users can also use the application when they are offline.
  2. Speed – Cached resources load quicker
  3. Reduce the server load – The web browser will only download updated resources from the server.