MemoryCacheSection::NamedCaches Property
.NET Framework (current version)
Gets the collection of configuration settings for the named MemoryCache instances.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: [ConfigurationPropertyAttribute("namedCaches")] property MemoryCacheSettingsCollection^ NamedCaches { MemoryCacheSettingsCollection^ get(); }
Property Value
Type: System.Runtime.Caching.Configuration::MemoryCacheSettingsCollection^A collection of settings for each named cache.
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).
.NET Framework
Available since 4.0
Available since 4.0
Show: