HttpResponseBase.AddCacheDependency(CacheDependency[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Always.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.