MemoryCacheSection.NamedCaches Property

Definition

Gets the collection of configuration settings for the named MemoryCache instances.

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

Property Value

A collection of settings for each named cache.

Attributes

Remarks

The NamedCaches property references the collection of configuration settings from one or more namedCaches elements of the configuration file. For more information about configuration options that are related to this property, see <namedCaches> Element (Cache Settings).

Applies to

See also