From d83ce99c0779bbad5b47583128d01c16aa322cff Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 31 Dec 2019 11:49:56 +0900 Subject: [PATCH 1/2] Polish doc --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 33533af506f2..acc9bb09c6fd 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1849,7 +1849,7 @@ The following cache libraries are supported: Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name. NOTE: Only caches that are configured on startup are bound to the registry. -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. +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. A `CacheMetricsRegistrar` bean is made available to make that process easier. From 44156e8795f0588ebe3d522e64822ca9a1aa6e2d Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 31 Dec 2019 18:02:47 +0900 Subject: [PATCH 2/2] Polish --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index acc9bb09c6fd..24fd61b0322f 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1849,7 +1849,7 @@ The following cache libraries are supported: Metrics are tagged by the name of the cache and by the name of the `CacheManager` that is derived from the bean name. NOTE: Only caches that are configured on startup are bound to the registry. -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. +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. A `CacheMetricsRegistrar` bean is made available to make that process easier.