Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Application Cache is the feature of HTML5 which means you can store web applications in browser's cache and thus use them for offline use(means without internet connection).
it means that a web application is cached, and accessible without an internet connection.
Application caching enables the web application to store its resources in HTML5. So that the application can be made fully or partially accessible during offline or when the internet connection is not available.
HTML5 introduces application cache, which means that a web application is cached, and accessible without an internet connection.
Application cache gives an application three advantages:
example<!DOCTYPE HTML> <html manifest="demo.appcache"> <body> The content of the document...... </body> </html>
Application Cache in HTML5 is a collection of data stored locally from the internet which are needed for the application to run without an internet connection. So that when you execute the application it loads and run faster since it resides locally