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:
- Offline browsing – Web users can also use the application when they are offline.
- Speed – Cached resources load quicker
- Reduce the server load – The web browser will only download updated resources from the server.