Skip to content

Commit aa54a47

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-19448
2 parents 27317ce + 8f9d9fa commit aa54a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,8 +1848,8 @@ The following cache libraries are supported:
18481848

18491849
Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name.
18501850

1851-
NOTE: Only caches that are available on startup are bound to the registry.
1852-
For caches created on-the-fly or programmatically after the startup phase, an explicit registration is required.
1851+
NOTE: Only caches that are configured on startup are bound to the registry.
1852+
For caches not defined in the cache’s configuration, that is caches created on-the-fly or programmatically after the startup phase, an explicit registration is required.
18531853
A `CacheMetricsRegistrar` bean is made available to make that process easier.
18541854

18551855

0 commit comments

Comments
 (0)