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