HTML - Clear HTML cache via meta tags

Facebook

Publish on Facebook

Twitter

Search

Tag Search

Recently Added

Most Popular

Member Options

15
Jan

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" />