We managed to use the App Fabric caching server to store ours Outputcachewithout changing our code, only with customization. And it works very well.
Is there a way to do the same with .Net Cache ( HttpContext.Current.Cache)? without changing our code, only config.
thank
source
share