Date: May 8th, 2005

ASP.NET 1.1 database cache dependency (without triggers)

8 May, 2005 (05:51) | .NET, .NET Code Related | No comments

Jon Galloway explains a technique that I had never heard of before. Sounds nice.
“…Here’s a way to implement a database cache dependency in an ASP.NET 1.1 application. At a high level, it uses a timer on a background thread (in an HTTP Module) that checksums database tables. No database triggers are required.”
read more