I have an MVC 3 site that uses cached in memory objects. when the site first gets hit, it takes around a minute to build the cache, once built its very fast for everyone then on.
This doesn\'t give desired results, if I add more records in the database they appear immediately on the RSS feed.
When I use outputcaching on an action method it is cached by full url, what i would like to do is cache the page but ignore some parts of the url.
I have a web app written in ASP.NET MVC 3.0. There are some largish scripts (jQuery, jQuery UI) which I want to ensure are cached for best performance. In the Chrome Developer Tools Network tab the sc
I have a REST Server running on Tomcat 5.5. Some of the services need to return a temporary URL to contain a generated PDF document. How can I do thi开发者_如何学Pythons in Tomcat? How can I expire th
I\'ve been searching for info on how to disable client side开发者_开发百科 caching on project level.
I\'ve got a problem using outputcache together with urlrewriting. We\'ve got an application that rewrites url (IE http://localhost/about/) to \"~/page.aspx\". Based on the URL (/about/) we figure out
For my blog I am wanting to use the Output Cache to s开发者_如何学Pythonave a cached version of a perticular post for around 10 minutes, and thats fine...
I have an asp.net mvc 3 project and I have a home controller. I have tagged my Index action with this attribute:
I am trying to enable output caching on all ashx files in my site.I\'m trying to keep the server from generating the file on each request - NOT trying to tell the browser to cache the file.