OutputCacheUtility.CreateCacheDependency Method (HttpResponse)

 

Creates a cache dependency for the response.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

Public Shared Function CreateCacheDependency (
	response As HttpResponse
) As CacheDependency

Parameters

response
Type: System.Web.HttpResponse

The HTTP response.

Return Value

Type: System.Web.Caching.CacheDependency

The dependency.

.NET Framework
Available since 4.6.2
Return to top
Show: