Query ManagementScope object to find out Cache size in ASP.NET
Posted
by steve_c
on Stack Overflow
See other posts from Stack Overflow
or by steve_c
Published on 2009-02-05T19:56:54Z
Indexed on
2010/04/20
2:03 UTC
Read the original article
Hit count: 446
I'm wanting to programmatically monitor the cache size on a certain ASP.NET site. This is basically for the administration portion of a product, where we allow users to partially control whether their site uses caching or not.
Is there a way to do this. Should I be using the ManagementScope object to perform this query?
© Stack Overflow or respective owner