快取之 outputCacheProfiles 的 clear 項目 (ASP.NET 設定結構描述)
從組態集合中移除所有 OutputCacheProfile 物件。
<clear />
屬性和項目
下列章節會說明屬性、子項目和父項目。
屬性
無。
子項目
無。
父項目
項目 |
描述 |
---|---|
configuration |
Common Language Runtime 和 .NET Framework 應用程式所使用之每一個組態檔中的必要根項目。 |
system.web |
在組態檔中,指定 ASP.NET 組態設定的根項目。 包含設定 ASP.NET Web 應用程式和控制該應用程式之行為方式的組態項目。 |
caching |
設定 Web 應用程式的快取設定。 |
outputCacheSettings |
指定可套用至 ASP.NET 應用程式中頁面的輸出快取設定檔設定。 |
outputCacheProfiles |
包含幾組快取設定,這些設定可以套用到要指定 OutputCache 指示詞的頁面中。 |
備註
預設組態
下列預設 clear 項目沒有在電腦組態檔或根目錄 Web.config 檔中明確設定,但它卻是 .NET Framework 2.0 版中應用程式所傳回的預設組態。
<outputCacheSettings>
<outputCacheProfiles>
<clear />
</outputCacheProfiles>
</outputCacheSettings>
範例
下列程式碼範例示範如何移除集合中的所有 OutputCacheProfile 物件。
<outputCacheProfiles>
<clear />
</outputCacheProfiles>
項目資訊
Configuration Section Handler |
|
Configuration Member |
|
Configurable Locations |
Machine.config 根層次的 Web.config 應用程式層級 Web.config |
Requirements |
IIS 5.0 版、IIS 5.1 版和 IIS 6.0 版 .NET Framework 2.0 版 Visual Studio 2005 |
請參閱
工作
How to: Configure Specific Folders Using Location Settings
How to: Lock ASP.NET Configuration Settings
參考
system.web 項目 (ASP.NET 設定結構描述)
快取的 outputCacheSettings 項目 (ASP.NET 設定結構描述)
快取之 outputCacheSettings 的 outputCacheProfiles 項目 (ASP.NET 設定結構描述)
快取之 outputCacheProfiles 的 add 項目 (ASP.NET 設定結構描述)
快取之 outputCacheProfiles 的 remove 項目 (ASP.NET 設定結構描述)
概念
ASP.NET Configuration File Hierarchy