Open sandboxFocus

Class CachingProfileRegistry

Exposes the profiles registered in the CachingService.

Inheritance
CachingProfileRegistry
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachingProfileRegistry : IReadOnlyCollection<CachingProfile>, IEnumerable<CachingProfile>, IEnumerable

Properties

Name Description
Count
Default

Gets the default CachingProfile.

this[string?]

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

Methods

Name Description
GetEnumerator()