2 references to _diskCache
aspire (2)
DotNet\DotNetCliRunner.cs (2)
855
var cached = await
_diskCache
.GetAsync(rawKey, cancellationToken).ConfigureAwait(false);
984
await
_diskCache
.SetAsync(rawKey, stdout, cancellationToken).ConfigureAwait(false);