HttpResponse.AddCacheDependency Method
.NET Framework 3.0
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.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddCacheDependency ( CacheDependency[] dependencies )
public function AddCacheDependency ( ... dependencies : CacheDependency[] )
Not applicable.
Parameters
- dependencies
A file, cache key, or CacheDependency to add to the list of application dependencies.
Community Additions
ADD
Show: