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

适用于

另请参阅