We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960a4c5 commit 10e8b49Copy full SHA for 10e8b49
src/MessagingRedisCache/MessagingRedisCache.cs
@@ -222,6 +222,7 @@ await MessagePublisher
222
.ConfigureAwait(false);
223
}
224
225
+ /// <inheritdoc />
226
public async ValueTask SetAsync(
227
string key,
228
ReadOnlySequence<byte> value,
@@ -243,6 +244,7 @@ await MessagePublisher
243
244
245
246
247
248
public bool TryGet(
249
250
IBufferWriter<byte> destination)
@@ -253,6 +255,7 @@ public bool TryGet(
253
255
destination);
254
256
257
258
259
public async ValueTask<bool> TryGetAsync(
260
261
IBufferWriter<byte> destination,
0 commit comments