CachingSectionGroup::MemoryCaches Property

.NET Framework (current version)
 

Gets the collection of MemoryCacheElement objects.

Namespace:   System.Runtime.Caching.Configuration
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
[ConfigurationPropertyAttribute("memoryCache")]
property MemoryCacheSection^ MemoryCaches {
	MemoryCacheSection^ get();
}

Property Value

Type: System.Runtime.Caching.Configuration::MemoryCacheSection^

The collection of cache-section objects.

The MemoryCaches property returns the collection of MemoryCacheSection objects from the parent caching section.

.NET Framework
Available since 4.0
Return to top
Show: