outputcache
Nested partial output caching in ASP.NET MVC 3
I am using Razor view engine in ASP.Net MVC 3 RC 2. This is part of my view city.cshtml (drastically simplified code for the sake of simplicity in example)[详细]
2023-02-01 15:24 分类:问答Postbacks and output caching on user controls
There is a well known issue with using output caching on aspx pages which postback, where Asp.Net returns the cached page, instead executing the postback logic[详细]
2023-02-01 05:40 分类:问答Anyone get Silverlight Ria Domain Service OutputCaching to work?
I am trying to use client side caching in silverlight by decorating a domain service in a RIA Service like so:[详细]
2023-02-01 02:50 分类:问答ASP.Net Invalid Page Caching
Since the database-driven content of my site\'s home page changes infrequently, I use ASP.Net output caching to keep the content around for 1 hour:[详细]
2023-01-28 07:27 分类:问答asp.net apache2/nginx OutputCache problem
I have a problem regarding the outputcache settings in web.config file. I am using Nginx 0.8.53 with Fast CGI, on openSuse 11.3[详细]
2023-01-27 15:15 分类:问答Prevent page from being cached when using OutputCacheAttribute
Is there a way to prevent a page from being cached based on some logic? I want to cache anonymous access to a page, so I can set VaryByCustom=\"user\" and have some magic in Global.asax\'s GetVaryByC[详细]
2023-01-24 11:31 分类:问答ASP.NET Cache and Output Cache for Controls
You know I have the way to Cache the data I\'ve got from the SQL Server over data caching. In addition I can output cache web user controls.[详细]
2023-01-22 15:08 分类:问答ASP.NET MVC View and Controller Output Caching
What is the difference between using output cache in view: <%@ Page Language=\"C#\" Inherits=\"System.Web.Mvc.ViewPage<M开发者_高级运维ahmure.WebUI.ViewModels.NewsletterVM>\" %>[详细]
2023-01-22 01:05 分类:问答WCF .NET 4 OutputCaching with Stream doesn't seem to work
I\'m having problems with OutputCaching over a WCF REST service on .NET4-IIS7. My service has a custom Authorization scheme (by implementing ServiceAuthorizationManager), one which should take place o[详细]
2023-01-21 08:00 分类:问答What's the current practice for partial caching in ASP MVC2?
My website pages are composed of two kinds of content. The first is variable between users but constant for all pages. The second is constant across users, but variable between pages. This is a common[详细]
2023-01-20 11:55 分类:问答