The default outputcache provider is specified as “AspNetInternalProvider” (http://msdn.microsoft.com/en-us/library/ms228124.aspx). But where does this class exist? I can’t find it and I would like to inspect some of its code.
The default outputcache provider is specified as AspNetInternalProvider ( http://msdn.microsoft.com/en-us/library/ms228124.aspx ). But where does
Share
I THINK I may have found which class they use under the hood: System.Runtime.Caching.MemoryCache (http://msdn.microsoft.com/en-us/library/system.runtime.caching.memorycache.aspx)