Creating a Custom Output Cache Provider in ASP.NET 4
ASP.NET 4 follows a provider model for output caching, which means you can now define a custom cache provider and plug it in using a configuration file. This article illustrates how such a custom output cache provider that stores cached output in disk files can be developed.






All