OutputCacheUtility.SetupKernelCaching(String, HttpResponse) メソッド

定義

カーネル キャッシュ キーを取得します。

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

パラメーター

originalCacheUrl
String

元のキャッシュ URL。

response
HttpResponse

HTTP 応答。

返品

応答をカーネル キャッシュできる場合のカーネル キャッシュ キー。それ以外の場合は null

適用対象