caching - "Seeing" what is in the asp.net data cache -


Is there any way to see that ASP.NET data is in the cache at any given time? For example, to present content as a hashtable view (key / object ID)?

Cache applied IEnumerable; You should be able to loop it by using foreach ... The calculator implements this:

  IDictionaryEnumerator GetEnumerator ();  

Comments