Welcome to AspAdvice Sign in | Join | Help

Cache Manager Released

Those of you who subscribe to the ASPAlliance Times weekly newsletter already know that Cache Manager 1.0 was released earlier this week.  You can download it from ASPAlliance.com here:

ASP.NET Cache Manager

This plug-in allows for the viewing and removal of any Cache API entries or output cached ASP.NET pages within an ASP.NET application.  It has been compiled under 1.1 and so my hope is that it will work with any application written using ASP.NET 1.1 or 2.0.  It might even work for 1.0 but no promises there.  It is 100% free -- enjoy and share.

If you have questions, please send them to the Cache Manager Forum.

Here's a screenshot:

Cache Manager Home

Published Sunday, January 29, 2006 10:20 PM by ssmith
Filed under: , , ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Interesting Find

Monday, January 30, 2006 7:25 AM by Jason Haley

# Interesting Find

Monday, January 30, 2006 7:29 AM by Jason Haley

# re: Cache Manager Released

Would love to get this application but can't log into, or create a new registration on, aspalliance! :-(
Tuesday, February 14, 2006 11:37 AM by Marcus

# re: Cache Manager Released

What problem are you seeing? Realize that your existing ASPAlliance account won't work, since the /cachemanager app is running 2.0 with a separate membership database. But just register there (http://aspalliance.com/CacheManager/register.aspx) and you should be all set. If not, send me an email with the problem. Thanks!
Tuesday, February 14, 2006 2:12 PM by ssmith

# re: Cache Manager Released

I am looking for something like this since a longtime. Thanks a lot.

Is there any possibility of getting the source-code? The reason behind it being able to customize it to a load balanced environment.
We have atleast a dozen load-balanced servers in a server farm - instead of having separate cache managers for each of them is there anyway to have a centralized cache manager??
Any ideas are greatly appreciated.

Thanks again
Friday, February 17, 2006 6:26 PM by al

# re: Cache Manager Released

Is this thread safe? I was reflecting into and didn't see any locking.

Friday, April 06, 2007 5:32 PM by Chuck Conway

# re: Cache Manager Released

Excellent tool, thanks for sharing it.  I made an interesting observation - Cache Manager and ELMAH use the same cache key for their 'Powered by' controls. Looking at the code via Reflector, it's probably because both apps use base.GetType().Name for the PoweredBy control's cache key. You may want to change that to base.GetType().FullName so that it uses the fully qualified type name.

Thursday, May 17, 2007 10:18 PM by jrummell

Leave a Comment

(required) 
required 
(required) 
Enter the code you see below