diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc index c577642a7c9..a45717e7f44 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc @@ -941,6 +941,13 @@ For example, the configuration property `my.service[0].other` would use an envir +[[features.external-config.typesafe-configuration-properties.relaxed-binding.caching]] +===== Caching +Relaxed binding uses a cache to improve performance. By default, this caching is only applied to immutable property sources. +To customize this behavior, for example to enable caching for mutable property sources, use `ConfigurationPropertyCaching`. + + + [[features.external-config.typesafe-configuration-properties.merging-complex-types]] ==== Merging Complex Types When lists are configured in more than one place, overriding works by replacing the entire list.