HTML 노캐시 방법

2013. 1. 9. 14:15개발_기타

HTML에 캐시에 등록되지 않도록 설정하기

 

<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>

 

출처 : http://stackoverflow.com/questions/8155064/how-to-programmatically-empty-browser-cache