About Cache-Control Meta Tag in Header

themebincom2750

New Member
YetiShare User
Jul 12, 2013
3
0
0
Hi..

I noticed these meta tags in the header part of the script:

Code:
        <meta http-equiv="Cache-Control" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Pragma" content="no-cache" />
Is it safe to remove all of those tags? I notice some caches are missing from Varnish while caching is a great way to make site load faster.

Thanks