Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Support for System.Runtime.Caching classes #757

Closed
sarvasana opened this issue Mar 4, 2014 · 3 comments
Closed

Support for System.Runtime.Caching classes #757

sarvasana opened this issue Mar 4, 2014 · 3 comments

Comments

@sarvasana
Copy link

Currently the Caching tab only displays the HttpRuntime.Cache. It would be nice if it also displays from MemoryCache.Default.

@michaelvolz
Copy link

Yes, that would be really great!

@sarvasana
Copy link
Author

@michaelvolz Do you have any idea how this should be implemented? I would like to code it out, but do not know where to start.

@avanderhoorn
Copy link
Member

From the glimpse side of things you could look at the following. From here you could start poking around the MemoryCache.Default object and see what you can get out. Once we know what you can get out, we can see about it getting into the box.

@nikmd23 nikmd23 mentioned this issue Jun 28, 2016
48 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants