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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -