defaultLazyKeyThreadSafetyMode
The default LazyThreadSafetyMode used for lazy-initialized dependencies managed by the service locator.
Defaults to LazyThreadSafetyMode.SYNCHRONIZED to ensure thread-safe initialization by default. This can be changed if a different trade-off between thread safety and performance is desired for most lazy initializations.