Questions tagged [clientcache]
21 questions
0
votes
0 answers
web.config cache settings not working
I want to enable cache for static contents of my website. I found this method using IIS cache control option which I guess it works serverside:

Ali Sheikhpour
- 10,475
- 5
- 41
- 82
0
votes
2 answers
How to publish in GemFire on all clusters / instances using ClientCache
We have 3 clusters (US,EU,AP) each with 2 hosts (one primary, other secondary)
Primary host of each cluster updates the secondary host in the same cluster if there is an update. But clusters do not talk with each other.
We have a single process that…

prash
- 896
- 1
- 11
- 18
0
votes
1 answer
MVC clientCache in web.config not working
i upload my site on a host with iis 8.5
and add below clientCache tag to web.config
but my browsers (Firefox, Chrome, IE) doesn't show…

user3098838
- 13
- 6
0
votes
1 answer
Invalidate client side caching
I have added caching for static content in my asp.net application
While pushing new changes to production,The…

Eldho
- 7,795
- 5
- 40
- 77
0
votes
0 answers
cache static content to client browser like (images,icons)
Can anyone guide me how can I cache my static content like logo icons folder to client browser with expiry time period ..
that is what Im trying only
<%@ OutputCache Duration="60" VaryByParam="None" %>

Mike
- 751
- 2
- 10
- 25
0
votes
0 answers
MVC Client Cache is not working for Static content
I've added client cache in web.config. But it is not working.
Response Headers HTTP/1.1 304 Not Modified
I'm tesing in…

user3194721
- 765
- 4
- 14
- 47