Open
Description
In projects like Istio even repeated packages loading takes ~10s. E.g. 8s for Istio. It's important with incremental analysis when 2s we load issues from the cache and 8s load packages. We can cache packages metadata in our file cache and build our own go list
implementation using this cache.