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