3 references to ThrowIfBrokenAsync
Microsoft.Extensions.Caching.Hybrid.Tests (3)
UnreliableL2Tests.cs (3)
169
=> TrackLast(
ThrowIfBrokenAsync
(WriteBreak) ?? Tail.RefreshAsync(key, token));
174
=> TrackLast(
ThrowIfBrokenAsync
(WriteBreak) ?? Tail.RemoveAsync(key, token));
179
=> TrackLast(
ThrowIfBrokenAsync
(WriteBreak) ?? Tail.SetAsync(key, value, options, token));