OutputCacheUtility::SetupKernelCaching Method (String^, HttpResponse^)

 

Gets the kernel cache key.

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

public:
static String^ SetupKernelCaching(
	String^ originalCacheUrl,
	HttpResponse^ response
)

Parameters

originalCacheUrl
Type: System::String^

The original cache URL.

response
Type: System.Web::HttpResponse^

The HTTP response.

Return Value

Type: System::String^

The kernel cache key If the response can be kernel cached; otherwise null .

.NET Framework
Available since 4.6.2
Return to top
Show: