MemoryCacheSection.NamedCaches Property
Definition
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).