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