Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is application cache in HTML5?

user-image
Question ajoutée par Syed Kamran Hyder , Senior UI/UX / Web & Graphic Designer / SharePoint Designer , Saudi Basic Industries Corporation (SABIC)
Date de publication: 2014/02/09
Muhammad Waqas
par Muhammad Waqas , C#/.Net Developer , Signup solution

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).

muhammad  mubeen
par muhammad mubeen , Senior UI / UX Designer , Flowershop.ae

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.

Mohammad Abdus Samad
par Mohammad Abdus Samad , Visual Communicator , Bensirri Public Relations

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:

  1. Offline browsing - users can use the application when they're offline
  2. Speed - cached resources load faster
  3. Reduced server load - the browser will only download updated/changed resources from the server

 

example<!DOCTYPE HTML> <html manifest="demo.appcache"> <body> The content of the document...... </body> </html>

Jose Jr Dagohoy
par Jose Jr Dagohoy , System Operator , The Shared Electronic Banking Services Incorporated (KNET Kuwait)

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

More Questions Like This