MetalamaAPI documentationPatterns APIMetalama.​Patterns.​CachingCaching­Profile­Registry
Open sandboxFocus

CachingProfileRegistry Class

Exposes the profiles registered in the CachingService.

Inheritance
System.Object
CachingProfileRegistry
Implements
System.Collections.Generic.IReadOnlyCollection<CachingProfile>
System.Collections.Generic.IEnumerable<CachingProfile>
System.Collections.IEnumerable
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachingProfileRegistry : Object

Properties

Name Description
Count
Default

Gets the default CachingProfile.

Item[String]

Gets a CachingProfile of a given name. If no profile exists, a System.Collections.Generic.KeyNotFoundException is thrown.

Methods

Name Description
GetEnumerator()