次の方法で共有


HttpContext.Cache プロパティ

現在の HTTP 要求に対する Cache オブジェクトを取得します。

Public ReadOnly Property Cache As Cache
[C#]
public Cache Cache {get;}
[C++]
public: __property Cache* get_Cache();
[JScript]
public function get Cache() : Cache;

プロパティ値

現在の HTTP 要求に対する Cache オブジェクト。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpContext クラス | HttpContext メンバ | System.Web 名前空間