NCache 4.4 - Online Documentation

ASP.NET Output Cache

 
NCache provides extremely fast and reliable output caching feature for ASP.NET applications running in web farm environment, where regular output caching fails. Once a page is rendered by any of the web server in the web farm, it is available to all other servers due to clustered cache created by NCache. Your cached pages are highly available because clustered cache gives no single point of failure. This section explains how to use ASP.NET Output Cache feature in NCache.
 
In This Section
 
Explains the concept of ASP.NET View State caching, the downsides of using it and how NCache's View State caching resolves these issues.
 
Explains how to use ASP.NET Output Cache feature in NCache.