The Application Cache concept means that a web application is cached. It can be accessible without the need for 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.