MemoryCacheSection.NamedCaches 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具名 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> 元素 (快取設定) 。