I have tried researching to clear cache of my website from meta tag. But none of them are working.
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate, max-age=0" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Expires" content="Tue, 01 Jan 2000 00:00:00 GMT">
tried this one, but I am getting cache in firefox.
To see cache: Type about:cache
or about:cache?storage=disk&context=
in address bar.
I tried the below one, its working, but I need to do this programatically.
Enter "about:config" into the Firefox address bar and set:
network.http.use-cache = false
Any working solutions in meta tag or Javascript or HTML5 manifest will be highly appreciated.