OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Methode

Definition

Ruft den Kernelcacheschlüssel ab.

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

Parameter

originalCacheUrl
String

Die ursprüngliche Cache-URL.

response
HttpResponse

Die HTTP-Antwort.

Gibt zurück

String

Der Kernelcacheschlüssel, wenn die Antwort im Kernel zwischengespeichert werden kann; andernfalls null.

Gilt für