caching - Cache control and Meta cache control -
question how browsers understand cache control , meta cache control tags
if have this:
cache-control: no-cache, no-store
and later have
< meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate, max-age=0, s-maxage=0" />
which cache control applied page? work in same way in browsers?
thanks
Comments
Post a Comment