Community

Partial Output Caching in ASP.NET MVC

(Steve Sanderson) The ASP.NET platform provides two major caching facilities: –Data caching, which lets you cache arbitrary .NET objects in an HttpContexts Cache collection. You can specify expiration rules and cache entry priorities. –Output caching, which tells pages and user controls to ca

Read More - Register for Free Membership