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