Determines how exceptions should be handled in CachingBackend.
Namespace: Metalama.Patterns.Caching.Resilience
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public interface IExceptionHandlingPolicyMethods
| Name | Description |
|---|---|
| OnExceptionAsync(ExceptionInfo, CancellationToken) | Method invoked when an exception is thrown by the CachingBackend implementation. It should return a RecoveryAction. |