aboutcode-org / nuget-inspector

Inspect and resolve .NET and NuGet package dependencies like dotnet and nuget do. Fetch manifests data. Runs on Linux, Windows and macOS as a standalone application.
https://github.com/nexB/nuget-inspector
4 stars 4 forks source link

Speed up fetching catalog entries with an ondisk cache #22

Open pombredanne opened 1 year ago

pombredanne commented 1 year ago

Across runs, there is a good chance we are reusing the same version of common, core packages. It would useful to have a persistent cache that works across runs to reuse these. For instance, https://github.com/dotnetcore/EasyCaching