2 references to _globalCache
NuGet.Commands (2)
RestoreCommand\RestoreCommandProvidersCache.cs (2)
89
NuGetv3LocalRepository globalCache =
_globalCache
.GetOrAdd(globalPackagesPath,
100
var cache =
_globalCache
.GetOrAdd(fallbackPath, (path) => new NuGetv3LocalRepository(path, _fileCache, isFallbackFolder: true, updateLastAccessTime: false));