我经常使用
Cache-Control: no-cache
或者
Cache-Control: max-age=0
规范说must-revalidate是为了max-stale......(服务器问题max-stale?)
因此,如果对于普通的 Web 服务器、Apache 或带有 Mongrels 的 Rails,那么我认为通常没有max-stale,所以must-revalidate不需要?
我经常使用
Cache-Control: no-cache
或者
Cache-Control: max-age=0
规范说must-revalidate是为了max-stale......(服务器问题max-stale?)
因此,如果对于普通的 Web 服务器、Apache 或带有 Mongrels 的 Rails,那么我认为通常没有max-stale,所以must-revalidate不需要?