Questions tagged [disable-caching]
19 questions
0
votes
0 answers
Disable caching using [OutputCache] attribute fails
what would the situations be for this attribute to fail?
[OutputCache(NoStore = true, Duration = 0, VaryByParam = "None")]
It is working on one of my Action but for some reason, It didn't work for this specific ActionResult function:
[HttpPost,…

arvstracthoughts
- 730
- 1
- 7
- 24
0
votes
1 answer
How do I disable totally Cache in CakePHP and don't write anything to /app/tmp?
I have working CakePHP 2.5.dev app and I have disabled cache in CakePHP via
Configure::write('debug', 2);
Configure::write("Cache.disable", true);
in app/Config/core.php
Unfortunately I must deploy this app to a server where I can't write into…

nothing-special-here
- 11,230
- 13
- 64
- 94
0
votes
1 answer
Force Varnish disable from a backend
Is it possible to disable Varnish based on some condition set at the backend?
I have this use case:
Website powered by Varnish, has its administration area, where administrator has action for turning off page cache (Varnish). That will eventually…

Nikola Poša
- 153
- 1
- 1
- 13
0
votes
1 answer
How to programmatically disable browser caching
I have question regarding disabling browser caching. I have already found few solutions, and just want to know if there are better or more common approaches. So I have GWT applications and in order to disable cashing I may use next options:
Adding…

IgorDiy
- 919
- 1
- 12
- 25