HttpResponseBase.AddCacheDependency(CacheDependency[]) Method

Definition

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.

public:
 virtual void AddCacheDependency(... cli::array <System::Web::Caching::CacheDependency ^> ^ dependencies);
public virtual void AddCacheDependency (params System.Web.Caching.CacheDependency[] dependencies);
abstract member AddCacheDependency : System.Web.Caching.CacheDependency[] -> unit
override this.AddCacheDependency : System.Web.Caching.CacheDependency[] -> unit
Public Overridable Sub AddCacheDependency (ParamArray dependencies As CacheDependency())

Parameters

dependencies
CacheDependency[]

A file, cache key, or CacheDependency object to add to the list of application dependencies.

Exceptions

Applies to