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.