OutputCacheSection.EnableOutputCache プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As OutputCacheSection Dim value As Boolean value = instance.EnableOutputCache instance.EnableOutputCache = value
/** @property */ public boolean get_EnableOutputCache () /** @property */ public void set_EnableOutputCache (boolean value)
public function get EnableOutputCache () : boolean public function set EnableOutputCache (value : boolean)
出力キャッシュが有効な場合は true。それ以外の場合は false。既定値は true です。

EnableFragmentCache プロパティが false の場合、@ OutputCache ディレクティブ内の設定またはそのページによって使用されるキャッシュ プロファイルに関係なく、ページはサーバー上にキャッシュされません。詳細については、OutputCacheSettingsSection、OutputCacheProfile の各トピックを参照してください。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- OutputCacheSection.EnableOutputCache プロパティのページへのリンク