Merge branch '2.1.x' into 2.2.x

Closes gh-19448
This commit is contained in:
Stephane Nicoll 2019-12-24 09:41:01 +01:00
commit aa54a47671
1 changed files with 2 additions and 2 deletions

View File

@ -1848,8 +1848,8 @@ 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 available on startup are bound to the registry.
For caches created on-the-fly or programmatically after the startup phase, an explicit registration is required.
NOTE: Only caches that are configured on startup are bound to the registry.
For caches not defined in the caches configuration, that is 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.