Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Creating Custom Cache Dependency

Just published my new article...

Creating Custom Cache Dependency
===========================
ASP.NET 2.0 offers you several ways to set a dependency between a cached item and a file(s), another cache item(s) or SQL Server database table. No doubt they satisfy most of the real world needs. However, at times the features offered by these dependencies are not sufficient. In such cases you can create your own dependency and use it instead of inbuilt ones. In this article you learn how this can be accomplished.

http://www.dotnetbips.com/articles/displayarticle.aspx?id=517

 

No Comments