Skip to content

Commit 44156e8

Browse files
authored
Polish
1 parent d83ce99 commit 44156e8

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
@@ -1849,7 +1849,7 @@ The following cache libraries are supported:
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

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

18551855

0 commit comments

Comments
 (0)