Add a static cache to `SystemEnvironmentPropertyMapper` for property
source name to configuration property name conversion. This update
should help ease object allocations for system environment names which
are unlikely to change often.
Closes gh-14121
@ -39,6 +41,8 @@ final class SystemEnvironmentPropertyMapper implements PropertyMapper {
@@ -39,6 +41,8 @@ final class SystemEnvironmentPropertyMapper implements PropertyMapper {
@ -57,7 +61,12 @@ final class SystemEnvironmentPropertyMapper implements PropertyMapper {
@@ -57,7 +61,12 @@ final class SystemEnvironmentPropertyMapper implements PropertyMapper {