HttpResponseBase::AddCacheDependency Method (array<CacheDependency^>^)
.NET Framework (current version)
Adds an associates cache dependencies with the response that enable the response to be invalidated if it is cached and if the specified dependencies change.
Assembly: System.Web (in System.Web.dll)
Parameters
- dependencies
-
Type:
array<System.Web.Caching::CacheDependency^>^
A file, cache key, or CacheDependency object to add to the list of application dependencies.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: