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

1 Comment

  • 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.

Comments have been disabled for this content.