OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Method

Definition

Gets the kernel cache key.

public:
 static System::String ^ SetupKernelCaching(System::String ^ originalCacheUrl, System::Web::HttpResponse ^ response);
public static string SetupKernelCaching (string originalCacheUrl, System.Web.HttpResponse response);
static member SetupKernelCaching : string * System.Web.HttpResponse -> string
Public Shared Function SetupKernelCaching (originalCacheUrl As String, response As HttpResponse) As String

Parameters

originalCacheUrl
String

The original cache URL.

response
HttpResponse

The HTTP response.

Returns

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

Applies to