Exposes the profiles registered in the CachingService.
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
public sealed class CachingProfileRegistry : IReadOnlyCollection<CachingProfile>, IEnumerable<CachingProfile>, IEnumerableProperties
| 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() |