Skip to content

Commit e4a7fd0

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-38036
2 parents ead0c77 + dc645f0 commit e4a7fd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,13 @@ For example, the configuration property `my.service[0].other` would use an envir
941941

942942

943943

944+
[[features.external-config.typesafe-configuration-properties.relaxed-binding.caching]]
945+
===== Caching
946+
Relaxed binding uses a cache to improve performance. By default, this caching is only applied to immutable property sources.
947+
To customize this behavior, for example to enable caching for mutable property sources, use `ConfigurationPropertyCaching`.
948+
949+
950+
944951
[[features.external-config.typesafe-configuration-properties.merging-complex-types]]
945952
==== Merging Complex Types
946953
When lists are configured in more than one place, overriding works by replacing the entire list.

0 commit comments

Comments
 (0)