OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém a chave de cache do kernel.
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
Parâmetros
- originalCacheUrl
- String
O URL original da cache.
- response
- HttpResponse
A resposta HTTP.
Devoluções
A chave de cache do kernel, se a resposta puder ser armazenada em cache kernel; caso contrário, null.