Top "Cache-control" questions

The HTTP `Cache-Control` header specifies directives which override default HTTP caching behaviour.

how to force clearing cache in chrome when release new Vue app version

I created an app with vue-cli and then I build the dist folder for production. The app is deployed on …

vue.js caching vuejs2 browser-cache cache-control
Add Cache-Control and Expires headers to Azure Storage Blobs

I'm using Azure Storage to serve up static file blobs but I'd like to add a Cache-Control and Expires header …

c# azure azure-storage-blobs cache-control
Why browser does not send "If-None-Match" header?

I'm trying to download (and hopefully cache) a dynamically loaded image in PHP. Here are the headers sent and received: …

http-headers browser-cache cache-control
How to configure cache for static resources in web.xml for Jetty?

I was reading this: http://docs.codehaus.org/display/JETTY/LastModifiedCacheControl It says The Jetty default servlet allows the cache …

configuration caching jetty embedded-jetty cache-control
set cache-control to external resources?

@tools.pingdom.com I get a warning in leverage cache-control because of these resources: http://code.jquery.com/jquery-1.6.2.min.…

javascript jquery cache-control
Is it possible to set headers conditionally?

I would like .htaccess to perform the following code ONLY if http_referer is from google (.com/ .ru/ .co.uk /.…

apache .htaccess cache-control mod-headers
Any reason not to add "Cache-Control: no-transform" header to every page?

We have recently fixed a nagging error on our website similar to the one described in How to stop javascript …

http-headers cache-control
Why doesn't Safari honor my cache-control directive?

There is a particular page that I would like the browser to always load, particularly when the user presses the …

safari cache-control
Preventing cache on back-button in Safari 5

As of recent safari 5 was released, and it turns out to cause some problems for my website. I have a …

safari cache-control
What is setting no-cache="Set-Cookie"

I'm trying to get my header rounder Caching. I have the following code in vb.net: With HttpContext.Current.Response .…

cache-control httpcontext