Associates a set of cache dependencies with the response to facilitate invalidation of the response if it is stored in the output cache and the specified dependencies change.
- dependencies
- A file, cache key, or System.Web.Caching.CacheDependency to add to the list of application dependencies.
The HttpResponse.AddCacheDependency(System.Web.Caching.CacheDependency[]) method allows dependencies to be created between cached responses and a System.Web.Caching.CacheDependency object.