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
/// Puts the specified value in the cache asynchronously.
25
28
/// </summary>
@@ -30,6 +33,7 @@ public interface IAsyncCacheProvider
30
33
/// <param name="continueOnCapturedContext">Whether async calls should continue on a captured synchronization context.<para><remarks>Note: if the underlying cache's async API does not support controlling whether to continue on a captured context, async Policy executions with continueOnCapturedContext == true cannot be guaranteed to remain on the captured context.</remarks></para></param>
31
34
/// <returns>A <see cref="Task" /> which completes when the value has been cached.</returns>
/// Puts the specified value in the cache asynchronously.
57
64
/// </summary>
@@ -62,4 +69,5 @@ public interface IAsyncCacheProvider<TResult>
62
69
/// <param name="continueOnCapturedContext">Whether async calls should continue on a captured synchronization context.<para><remarks>Note: if the underlying cache's async API does not support controlling whether to continue on a captured context, async Policy executions with continueOnCapturedContext == true cannot be guaranteed to remain on the captured context.</remarks></para></param>
63
70
/// <returns>A <see cref="Task" /> which completes when the value has been cached.</returns>
0 commit comments