0 You can clear your browser cache manually or write a code for it. I am using jquery for it.
- $('.button').click(function() {
- $.ajax({
- url: "",
- context: document.body,
- success: function(s,x){
-
- $('html[manifest=saveappoffline.appcache]').attr('content', '');
- $(this).html(s);
- }
- });
- });
0 mostly the proxy server caches the content of web pages,it's not your browser
if you check outside your organization it will be working.