What is SQL Cache Dependency in ASP.NET 2.0

Q

What is SQL Cache Dependency in ASP.NET 2.0?

✍: Guest

A

SQL cache dependencies is a new feature in ASP.NET 2.0 which can automatically invalidate a cached data object (such as a Dataset) when the related data is modified in the database. So for instance if you have a dataset which is tied up to a database tables any changes in the database table will invalidate the cached data object which can be a dataset or a data source.

2007-10-23, 4792👍, 0💬