You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the second iteration, the following IDistributedCache methods should be used if the method that is going to be weaved is async. If a CancellationToken is passed to this method it should also be passed to the IDistributedCache methods.
Related to #3.
For the second iteration, the following
IDistributedCache
methods should be used if the method that is going to be weaved isasync
. If aCancellationToken
is passed to this method it should also be passed to theIDistributedCache
methods.The text was updated successfully, but these errors were encountered: