js-appcache
v1.0.1
Published
HTML5 ApplicationCache
Downloads
5
Maintainers
Readme
appCache
An enhanced emulation for html5 application cache. Inspired by html5 application cache, add the "PNP" feature.
Why don't use the html5 application cache? a: compatible b: Can't meet the custom requirement
Usage: appCache.init("cache.manifest") Cache data structure: {"lastModified":'',"data":{}}
Note: for keeping the data synchronization, cache updation is batch operation, that mean may be successful or failed all. TODO: !!Application Cache Group!!