3 instantiations of CacheEntry
NuGet.Protocol (3)
Utility\FindPackagesByIdNupkgDownloader.cs (3)
228
return new
CacheEntry
(cacheFile: null, alreadyProcessed: false);
235
return new
CacheEntry
(httpSourceResult.CacheFile, alreadyProcessed: false);
243
return new
CacheEntry
(cacheFile: null, alreadyProcessed: true);
4 references to CacheEntry
NuGet.Protocol (4)
Utility\FindPackagesByIdNupkgDownloader.cs (4)
21
private readonly TaskResultCache<string,
CacheEntry
> _cacheEntries = new();
195
CacheEntry
cacheEntry = await _cacheEntries.GetOrAddAsync(
212
private async Task<
CacheEntry
> ProcessStreamAndGetCacheEntryAsync(
334
CacheEntry
cacheEntry,