Update `SpringFactoriesLoader` to cache property file loads. This helps reduce the number of garbage objects created as each load uses an 8K char buffer. Issue: SPR-15509
Update `SpringFactoriesLoader` to cache property file loads. This helps reduce the number of garbage objects created as each load uses an 8K char buffer. Issue: SPR-15509