OutputCacheUtility.FlushKernelCache(String) 方法

定义

刷新特定的统一资源标识符 (URI) 的内核缓存。

public:
 static void FlushKernelCache(System::String ^ cacheKey);
public static void FlushKernelCache (string cacheKey);
static member FlushKernelCache : string -> unit
Public Shared Sub FlushKernelCache (cacheKey As String)

参数

cacheKey
String

包含要刷新的 URI 的字符串。

适用于