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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.