https://chrome.google.com/webstore/detail/uncache/dnbkhcclokcmfipghbkhfncimnkhbjdb?hl=en Clear cache and browser local storage with one click or hotkey
-
ravi
Jan 24 '17 05:49
<script src="http://example.com/temp.js?type=<?php rand(); ?>"></script>
<link href="http://example.com/temp.css?type=<?php rand(); ?>" rel="stylesheet">
ajax = $.ajax({
type: 'GET',
dataType: 'json',
url: URL,
cache: false
});