OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Metoda

Definice

Získá klíč mezipaměti jádra.

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

Parametry

originalCacheUrl
String

Původní adresa URL mezipaměti.

response
HttpResponse

Odpověď HTTP.

Návraty

Klíč mezipaměti jádra, pokud odpověď může být uložena v mezipaměti jádra; v opačném případě . null

Platí pro