Share via


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 コレクションを返します。

適用対象

こちらもご覧ください