Skip to content

Commit 9dd3912

Browse files
committed
Merge pull request #19491 from izeye
* pr/19491: Polish doc Closes gh-19491
2 parents eee1b1a + 27d7727 commit 9dd3912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ The following cache libraries are supported:
18111811
Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name.
18121812

18131813
NOTE: Only caches that are configured on startup are bound to the registry.
1814-
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.
1814+
For caches not defined in the cache’s configuration, e.g. caches created on-the-fly or programmatically after the startup phase, an explicit registration is required.
18151815
A `CacheMetricsRegistrar` bean is made available to make that process easier.
18161816

18171817

0 commit comments

Comments
 (0)