OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Methode

Definitie

Hiermee haalt u de kernelcachesleutel op.

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

De oorspronkelijke cache-URL.

response
HttpResponse

Het HTTP-antwoord.

Retouren

De kernelcachesleutel als het antwoord in de cache kan worden opgeslagen; anders, null.

Van toepassing op