Selecting Cache Provider On the Fly in ASP.NET
If you have multiple Cache Provider in your ASP.NET application you can set the output cache provider dynamically at runtime . This is extremely useful if want to store cache data in different storage based on the usages of the data. To use this features you need to override the GetOutputCacheProviderName() method within the Global.asax file of your… Read More »