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