Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用它在浏览器端设置无缓存。
Cache-Control: no-cache, no-store Pragma: no-cache
但问题是我仍然可以在浏览器端看到一些图像被缓存。所以我想知道这是如何工作的。
它会阻止 HTML 内容作为响应被缓存,而所有静态(.js、.css 和图像)都被缓存。
如果我将它用于我的完整应用程序,这可能会产生什么副作用。