Categories: Asp.Net

Asp.Net Output Cache File Dependency

This article discuss about Caching techniques and AddFileDependency in asp.Net. It explains about how to delete the cache if the data in file changes, that means for example if the cache depends on XML file, how to maintain synchronous between XML file and asp.net cache even though the data in the file changes regularly.