{"json_modified": "2014-07-03T02:41:02.103175", "slug": "Web/HTML/Using_the_application_cache", "tags": [], "locale": "ko", "title": "Using the application cache", "translations": [{"locale": "es", "localization_tags": [], "last_edit": "2014-07-03T01:57:50", "url": "/es/docs/Web/HTML/Recursos_offline_en_firefox", "title": "Usando cach\u00e9 de aplicaciones"}, {"locale": "en-US", "localization_tags": [], "last_edit": "2014-06-24T04:21:35", "url": "/en-US/docs/Web/HTML/Using_the_application_cache", "title": "Using the application cache"}, {"locale": "fr", "localization_tags": [], "last_edit": "2014-05-25T11:32:50", "url": "/fr/docs/Utiliser_Application_Cache", "title": "Utiliser Application Cache"}, {"locale": "zh-TW", "localization_tags": [], "last_edit": "2011-08-10T23:00:37", "url": "/zh-TW/docs/Offline_resources_on_Firefox", "title": "Offline resources on Firefox"}, {"locale": "pl", "localization_tags": [], "last_edit": "2009-04-14T08:37:24", "url": "/pl/docs/Zasoby_offline_w_Firefoksie", "title": "Zasoby offline w Firefoksie"}, {"locale": "ja", "localization_tags": [], "last_edit": "2012-06-10T16:14:48", "url": "/ja/docs/Offline_resources_in_Firefox", "title": "Offline resources in Firefox"}, {"locale": "zh-CN", "localization_tags": [], "last_edit": "2014-02-17T19:15:18", "url": "/zh-CN/docs/HTML/Using_the_application_cache", "title": "\u4f7f\u7528\u5e94\u7528\u7f13\u5b58"}, {"locale": "pt-BR", "localization_tags": [], "last_edit": "2014-06-24T05:50:09", "url": "/pt-BR/docs/Web/HTML/Using_the_application_cache", "title": "Using the application cache"}, {"locale": "de", "localization_tags": ["inprogress"], "last_edit": "2014-06-22T17:46:08", "url": "/de/docs/Web/HTML/Using_the_application_cache", "title": "Using the application cache"}, {"locale": "it", "localization_tags": [], "last_edit": "2014-06-23T07:08:40", "url": "/it/docs/Web/HTML/utilizzare_application_cache", "title": "Utilizzare l'application cache"}, {"locale": "nl", "localization_tags": [], "last_edit": "2014-06-25T01:58:08", "url": "/nl/docs/Web/HTML/Applicatie_cache_gebruiken", "title": "Using the application cache"}, {"locale": "ru", "localization_tags": [], "last_edit": "2014-07-02T22:53:23", "url": "/ru/docs/Web/HTML/%D0%98%D1%81%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5_%D0%BA%D1%8D%D1%88%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F_%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B9", "title": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439"}], "modified": "2014-07-03T02:40:46", "label": "Using the application cache", "localization_tags": [], "url": "/ko/docs/Web/HTML/Using_the_application_cache", "last_edit": "2014-07-03T02:40:46", "summary": "HTML5\u00a0\ub294 \uc6f9\uae30\ubc18\uc758 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\ub4e4\uc774 \uc624\ud504\ub77c\uc778\uc5d0\uc11c\ub3c4 \uc2e4\ud589\ub418\ub3c4\ub85d \ud574\uc8fc\ub290 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uce90\uc281 \uba54\uce74\ub2c8\uc998\uc744 \uc81c\uacf5\ud55c\ub2e4. Developers can use the Application Cache (AppCache) interface to specify resources that the browser should cache and make available to offline users. Applications that are cached load and work correctly even if users click the refresh button when they are offline.", "sections": [{"id": ".EC.86.8C.EA.B0.9C", "title": "\uc18c\uac1c"}, {"id": "How_the_application_cache_works", "title": "How the application cache works"}, {"id": "Enabling_the_application_cache", "title": "Enabling the application cache"}, {"id": "Loading_documents", "title": "Loading documents"}, {"id": "Storage_location_and_clearing_the_offline_cache", "title": "Storage location and clearing the offline cache"}, {"id": "The_cache_manifest_file", "title": "The cache manifest file"}, {"id": "Referencing_a_cache_manifest_file", "title": "Referencing a cache manifest file"}, {"id": "Entries_in_a_cache_manifest_file", "title": "Entries in a cache manifest file"}, {"id": "Example_1.3A_a_simple_cache_manifest_file", "title": "Example 1: a simple cache manifest file"}, {"id": "Sections_in_a_cache_manifest_file.3A_CACHE.2C_NETWORK.2C_and_FALLBACK", "title": "Sections in a cache manifest file: CACHE , NETWORK , and FALLBACK"}, {"id": "Example_2.3A_a_more_complete_cache_manifest_file", "title": "Example 2: a more complete cache manifest file"}, {"id": "Structure_of_a_cache_manifest_file", "title": "Structure of a cache manifest file"}, {"id": "Resources_in_an_application_cache", "title": "Resources in an application cache"}, {"id": "Master_entries", "title": "Master entries"}, {"id": "Explicit_entries", "title": "Explicit entries"}, {"id": "Network_entries", "title": "Network entries"}, {"id": "Fallback_entries", "title": "Fallback entries"}, {"id": "Cache_states", "title": "Cache states"}, {"id": "Testing_for_updates_to_the_cache_manifest", "title": "Testing for updates to the cache manifest"}, {"id": "Gotchas", "title": "Gotchas"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "id": 90673, "review_tags": []}