3 implementations of GetCacheKey
aspire (1)
Caching\AppHostInfoDiskCache.cs (1)
256public string GetCacheKey(FileInfo projectFile) => ComputeKeyAsync(projectFile, _environment);
Aspire.Cli.Tests (2)
Projects\AppHostInfoResolverTests.cs (1)
235public string GetCacheKey(FileInfo projectFile)
TestServices\NullDiskCache.cs (1)
29public string GetCacheKey(FileInfo projectFile)
1 reference to GetCacheKey
aspire (1)
Projects\AppHostInfoResolver.cs (1)
117var expectedCacheKey = diskCache.GetCacheKey(projectFile);