Jan Martin e52ae7f6f5 perf(@angular/ssr): prevent potential stampede in entry-points cache
If multiple concurrent requests hit `getEntryPointExports`, all of
them would previously see the cache miss for entry point. With this
change, only the first request will and the others can leverage the
cache.

This can be important when instances are added to a pool under high
traffic.
2024-09-26 09:14:53 -07:00
..