|
|
|
start date: Mon, 09 Jul 2007 10:33:05 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.caching
back
| Thread Index |
|
1
unknown
|
|
2
Alvin Bruney [MVP] some guy without an email address
|
|
3
Jesse Houwing
|
|
4
Teemu Keiski
|
Is there any type of cache manager?
While debugging, I'm having a caching issue. I'm thinking that it
might be nice if I could just see a page of all cache items, with
related details. This seems like something that would be so easy to
develop, and possibly helpful to a sys admin, that it's probably
already in ASP.NET. Unfortunately, my searches are revealing nothing.
So at the risk of revealing my ignorance here; is there any type of
sys admin cache manager for .NET 2.0 that I could open up and
instantly see what's loaded into cache?
TIA
John
Date:Mon, 09 Jul 2007 10:33:05 -0700
Author:
|
Re: Is there any type of cache manager?
Short answer? No. Easy to build though. Or you can turn on tracing and add
trace statements to dump cache.
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
https://www.microsoft.com/MSPress/books/10933.aspx
OWC Black Book www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
wrote in message
news:1184002385.071747.36610@q75g2000hsh.googlegroups.com...
>
> While debugging, I'm having a caching issue. I'm thinking that it
> might be nice if I could just see a page of all cache items, with
> related details. This seems like something that would be so easy to
> develop, and possibly helpful to a sys admin, that it's probably
> already in ASP.NET. Unfortunately, my searches are revealing nothing.
>
> So at the risk of revealing my ignorance here; is there any type of
> sys admin cache manager for .NET 2.0 that I could open up and
> instantly see what's loaded into cache?
>
> TIA
> John
>
Date:Tue, 10 Jul 2007 21:57:25 -0400
Author:
|
Re: Is there any type of cache manager?
* Alvin Bruney [MVP] wrote, On 11-7-2007 3:57:
> Short answer? No. Easy to build though. Or you can turn on tracing and add
> trace statements to dump cache.
>
There is a free 3rd party debug visualizer though.
More info can be found here:
http://blog.bretts.net/?p=11
Jesse
Date:Thu, 26 Jul 2007 18:47:37 +0200
Author:
|
Re: Is there any type of cache manager?
Oh but there is. Steve Smith (http.//blogs.aspadvice.com/ssmith) has
provided one on AspAlliance
http://aspalliance.com/cachemanager/default.aspx
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Alvin Bruney [MVP]" <some guy without an email address> wrote in message
news:uezCX71wHHA.4588@TK2MSFTNGP05.phx.gbl...
> Short answer? No. Easy to build though. Or you can turn on tracing and add
> trace statements to dump cache.
>
> --
> Regards,
> Alvin Bruney
> ------------------------------------------------------
> Shameless author plug
> Excel Services for .NET is coming...
> https://www.microsoft.com/MSPress/books/10933.aspx
> OWC Black Book www.lulu.com/owc
> Professional VSTO 2005 - Wrox/Wiley
>
>
> wrote in message
> news:1184002385.071747.36610@q75g2000hsh.googlegroups.com...
>>
>> While debugging, I'm having a caching issue. I'm thinking that it
>> might be nice if I could just see a page of all cache items, with
>> related details. This seems like something that would be so easy to
>> develop, and possibly helpful to a sys admin, that it's probably
>> already in ASP.NET. Unfortunately, my searches are revealing nothing.
>>
>> So at the risk of revealing my ignorance here; is there any type of
>> sys admin cache manager for .NET 2.0 that I could open up and
>> instantly see what's loaded into cache?
>>
>> TIA
>> John
>>
>
>
Date:Sun, 19 Aug 2007 20:43:31 +0300
Author:
|
|
|