OutputCacheUtility::CreateCacheDependency Method (HttpResponse^)

 

Creates a cache dependency for the response.

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

public:
static CacheDependency^ CreateCacheDependency(
	HttpResponse^ response
)

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: