mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Add a simple cache that is used for the system environment property source to cache `containsDescendantOf` results since descendants cannot be used due to the more complicated algorithm. Closes gh-44863