What do you mean SQL Cache Dependency in ASP.NET

SQL Cache Dependencies is a new feature that comes in ASP.NET 2.0 which can automatically invalidate a cached data object example:- 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.