in

ASP.NET Weblogs

The ASPSmith's Blog

Some rants about ASP.NET by Steven Smith

Cache Configuration Helper Class Article Published

In a follow-up to my caching best practices article, this one shows how to encapsulate the best practices into a helper class.

Creating a Cache Configuration Object for ASP.NET

Summary: Learn how the CacheConfig helper class can improve caching policies across an ASP.NET application, improve reuse of cached data, and significantly reduce lines-of-code to implement caching using best practices. This article builds upon the ASP.NET Caching: Techniques and Best Practices article.

http://msdn.microsoft.com/asp.net/?pull=/library/en-us/dnaspp/html/aspnet-createcacheconfigobject.asp

Published Sep 11 2003, 09:25 PM by ASPSmith
Filed under:

Comments

 

Charles Boyung said:

Hey, I was just wondering if you ever got this updated for Generics in C#?  I've got some legacy code based on your CacheConfig helper that I'd like to update to make a lot cleaner, but I haven't worked with generics too much, and am having problems with the delegate portion.

August 8, 2007 2:22 PM

Leave a Comment

(required)  
(optional)
(required)  
Add