outputcache Questions
1
Solved
Can I have the return value of a WebMethod outputcached? E.g. if the WebMethod has been called in the last X seconds or minutes, don't actually run the method again--just use the same result as it ...
Voodooism asked 11/8, 2009 at 6:17
3
Solved
I'm using the OutputCache attribute to cache my action's html output at the server-side.
Fine, it works, but now I have a situation where the content changes rarely, but when it does, it's critic...
Carangid asked 29/7, 2009 at 14:21
3
Solved
I'm trying to understand the ASP.NET OutputCache mechanism.
I built a test page with a Label and LinkButton.
The label text is being initialized on the server with the current server date on every ...
Inky asked 21/7, 2009 at 14:45
2
Solved
Is there any way I can vary caching by a controller action parameter using the outputcache attribute? We have varybyparam which will not work if my parameters are embedded within the URL in a REST ...
Lazarolazaruk asked 11/12, 2008 at 22:48
2
Solved
I'm working on an ASP.NET MVC project and I've come to the point where I want to start considering my caching strategy. I've tried to leave my framework as open as possible for the use in caching.
...
Tobolsk asked 17/2, 2009 at 22:4
1
Solved
I encountered the above error message after applying the OutputCache attribute on ActionResult methods with no input parameters - why would I use VaryByParams in this case? Is this a bug in ASP.Net...
Filipino asked 13/11, 2008 at 22:41
2
Solved
We deployed a live, fresh, swanky site using preview 3 including rigorous stress testing.
Page Output caching was our saviour and afforded us the ability to meet our performance contractual requi...
Huntlee asked 14/8, 2008 at 4:16
© 2022 - 2024 — McMap. All rights reserved.