Answers for "cache html page"

4

no cache html

<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
Posted by: Guest on April-03-2020
0

cache control html

<meta http-equiv="Cache-control" content="public">
Posted by: Guest on December-15-2021

Browse Popular Code Answers by Language