Determines how exceptions should be handled in CachingBackend.
Namespace: PostSharp.Patterns.Caching.Resilience
Assembly: PostSharp.Patterns.Caching.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. |