静的メソッドは、指定したパスに関連付けられた、キャッシュされているすべてのアイテムをキャッシュから削除します。
Public Shared Sub RemoveOutputCacheItem( _
ByVal path As String _)
[C#]
public static void RemoveOutputCacheItem(stringpath);
[C++]
public: static void RemoveOutputCacheItem(String* path);
[JScript]
public static function RemoveOutputCacheItem(
path : String);
パラメータ
- path
キャッシュから削除されるアイテムへの物理パス。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ