Two types of cache dependency available in .Net
- File and Cache Item Dependency :- Cache item can be dependent on a particular file. On modification of this file, cache will be invalidated.
- Dependencies on a database query :- cache items can be depenedent on sql queries as well, any changes to sql data, cache will be invalidated.
Caching FAQS | ASP.NET Caching Article |