.APPCACHE File Extension
HTML5 Cache Manifest File
Developer | N/A |
Popularity |
3.8 | 26 Votes |
What is an APPCACHE file?
More Information
APPCACHE files are created to allow web applications to run without an Internet connection, reduce the server load, and hasten webpage load time.
The APPCACHE file consists of four optional sections:
- CACHE - Lists all resources that need to be downloaded and locally stored.
- NETWORK - Lists all URLs that are loaded via Internet and won't be cached.
- FALLBACK - Lists replacements for network URLs that are used if the web browser is offline.
- SETTINGS - Determines settings for application cache behavior.