What is the Application Cache in HTML5 and why it is used?
0
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.
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.