Frequently Asked Interview Questions

Explain different types of Cache Dependencies in .Net

Explain different types of Cache Dependencies in .Net?

Two types of cache dependency available in .Net
  1. File and Cache Item Dependency :- Cache item can be dependent on a particular file. On modification of this file, cache will be invalidated.
  2. 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 FAQSASP.NET Caching Article


Most Visited Pages

Home | Site Index | Contact Us