1 write to MaxCacheDuration
NuGet.Protocol (1)
Providers\ServiceIndexResourceV3Provider.cs (1)
49
MaxCacheDuration
= DefaultCacheDuration;
1 reference to MaxCacheDuration
NuGet.Protocol (1)
Providers\ServiceIndexResourceV3Provider.cs (1)
66
var entryValidCutoff = utcNow.Subtract(
MaxCacheDuration
);