Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MemoryCacheSection.NamedCaches Property

Definition

Namespace:
System.Runtime.Caching.Configuration
Assembly:
System.Runtime.Caching.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?