Skip to content

Commit dc645f0

Browse files
committed
Add a brief mention of ConfigurationPropertyCaching
Closes gh-34172
1 parent ea39a33 commit dc645f0

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
@@ -938,6 +938,13 @@ For example, the configuration property `my.service[0].other` would use an envir
938938

939939

940940

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

0 commit comments

Comments
 (0)