共用方式為


MemoryCacheSection.NamedCaches 屬性

定義

取得具名 MemoryCache 執行個體組態設定的集合。

public:
 property System::Runtime::Caching::Configuration::MemoryCacheSettingsCollection ^ NamedCaches { System::Runtime::Caching::Configuration::MemoryCacheSettingsCollection ^ get(); };
[System.Configuration.ConfigurationProperty("namedCaches")]
public System.Runtime.Caching.Configuration.MemoryCacheSettingsCollection NamedCaches { get; }
[<System.Configuration.ConfigurationProperty("namedCaches")>]
member this.NamedCaches : System.Runtime.Caching.Configuration.MemoryCacheSettingsCollection
Public ReadOnly Property NamedCaches As MemoryCacheSettingsCollection

屬性值

各個具名快取的設定集合。

屬性

備註

NamedCaches 屬性會參考組態檔中一或多個 namedCaches 元素的組態設定集合。 如需與此屬性相關之組態選項的詳細資訊,請參閱 <namedCaches> 元素 (快取設定)

適用於

另請參閱