次の方法で共有


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 応答。

戻り値

String

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

適用対象