CachingSectionGroup.MemoryCaches Property

Definition

Gets the collection of MemoryCacheElement objects.

C#
[System.Configuration.ConfigurationProperty("memoryCache")]
public System.Runtime.Caching.Configuration.MemoryCacheSection MemoryCaches { get; }

Property Value

The collection of cache-section objects.

Attributes

Remarks

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

Applies to

Produk Versi
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also