I have the following meta tags that supposedly prevents browser caching
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
Does this prevent a caching server from holding the content as well, if it doesn't, is there a way to prevent router/server caching?