1 implementation of RunWithCacheInFilePath
Microsoft.DotNet.Configurer (1)
UserLevelCacheWriter.cs (1)
29
public string
RunWithCacheInFilePath
(string cacheFilepath, Func<string> getValueToCache)
1 reference to RunWithCacheInFilePath
dotnet (1)
Telemetry\TelemetryCommonProperties.cs (1)
72
{ MachineId, _userLevelCacheWriter.
RunWithCacheInFilePath
(Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, $"{MachineIdCacheKey}.v1.dotnetUserLevelCache"), GetMachineId) },