[Segment Cache] Skip dynamic request if possible (#73540)
During a navigation, if all the data has been prefetched, and the target
route does not contain any dynamic data, then we should skip a request
to the server.
This uses the `isPartial` field I added in the previous PRs to track
whether the prefetched data is complete or not.