Search code examples
glimpse

Glimpse Cache Tab show other Cache Providers, such as Memory Cache


It seems that Glimpse is showing the HttpRuntime cache within the Cache tab. Is there any way, one can natively show other cache providers, such as:

Thanks for your help!


Solution

  • Out-of-the-box only the HttpRuntime.Cache is being monitored, but you can create your own tab implementation by implementing the ITab interface.