I am trying to use the offline cache but only want to cache certain files. The files & pages that I have explicitly specified in CACHE: section of the manifest are all fine. But the browser also always caches files in the 'Master' cache. I don't want these caches, they should always be requested from the server. How can I stop them being cached?
0
votes
2 Answers
1
votes
0
votes
Use this Files after CACHE MANIFEST will be cached and file after network won't, * means all other files
CACHE MANIFEST
http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/dojo.js
http://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js
http://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js
NETWORK:
*