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

CachingProfileRegistry Class

Exposes the profiles registered in the CachingService.

Inheritance
CachingProfileRegistry
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 KeyNotFoundException is thrown.

Methods

Name Description
GetEnumerator()