Top "Cache-control" questions

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

How to force a Java Applet to Load out of Cache

My friend and I are developing a little game and we want to share the development stages with our friends. …

java html applet cache-control
Firebase hosting: How to prevent caching for the index.html of an SPA

I'm hosting an SPA on firebase where almost all paths get rewritten to index.html. I'm using webpack hash based …

firebase single-page-application cache-control firebase-hosting
how to put fontawesome inside cache using htaccess

I use google speed for optimizing my website, and it tell me to put in cache font awesome. I have …

.htaccess caching font-awesome cache-control deflate
IE 11 ignoring Cache Control header in response

I am setting Expires filter in web.xml of Tomcat. The header comes correctly in response but still IE is …

tomcat caching cache-control expires-header
Storing C/C++ variables in processor cache instead of system memory

On the Intel x86 platform running Linux, in C/C++, how can I tell the OS and the hardware to …

c caching cache-control
How to I get control of the Cache-Control header with Wordpress on Apache?

This is driving me absolutely nuts. We're running Wordpress on Apache (we're new to this stack, if that's not obvious). …

wordpress apache caching cache-control bitnami
What is difference between max-age and max-stale in cache control mechanism

I know this is a simple question, and I am sure that no body will mark this as duplicate question, …

http cache-control
pwa - Service worker does not successfully serve the manifest's start_url

I am trying to add PWA functionality to an existing website that is hosted on Azure and uses Cloudflare CDN. …

service-worker cache-control progressive-web-apps lighthouse
How do i use Cache Control and ETag to set http headers

I want to use Cache Control and ETag in my joomla website as suggested by google. But have no idea …

caching joomla cache-control pagespeed etag
"no-cache" ​vs "max-age=0, must-revalidate, proxy-revalidate"

What's the​ difference between a HTTP response with Cache-Control: no-cache vs Cache-Control: max-age=0, must-revalidate, proxy-revalidate? Do browsers treat that as …

http caching browser-cache cache-control rfc2616