MVC Client Cache is not working for Static content

440 Views Asked by At

I've added client cache in web.config. But it is not working.

 <staticContent>
  <clientCache cacheControlMode="UseExpires" httpExpires="Fri, 03 Jan 2020 12:00:00 GMT"/>
 </staticContent>

Response Headers HTTP/1.1 304 Not Modified

I'm tesing in localhost.

Should I change anything?

0

There are 0 best solutions below