HttpResponseWrapper::AddCacheDependency Method (array<CacheDependency^>^)
.NET Framework (current version)
When overridden in a derived class, 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)
public: virtual void AddCacheDependency( ... array<CacheDependency^>^ dependencies ) override
Parameters
- dependencies
-
Type:
array<System.Web.Caching::CacheDependency^>^
A file, cache key, or CacheDependency object to add to the list of application dependencies.
.NET Framework
Available since 3.5
Available since 3.5
Show: