Skip to Content Skip to Menu

Clear HTML cache via meta tags

This is just a simple note that is handy to know when you are only using HTML to stop cache. It has been helpful for me to stop images from caching when I was cropping the image and saving under the same name.

<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />