Browse Source

Merge pull request #19491 from izeye

* pr/19491:
  Polish doc

Closes gh-19491
pull/19556/head
Stephane Nicoll 6 years ago
parent
commit
9dd3912a64
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

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

Loading…
Cancel
Save