共用方式為


CachingSectionGroup.MemoryCaches 屬性

定義

取得 MemoryCacheElement 物件的集合。

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

屬性值

快取區段物件的集合。

屬性

備註

屬性 MemoryCaches 會從父快取區段傳回 物件的集合 MemoryCacheSection

適用於

另請參閱