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> Element (Cache Settings) 。