Commit aa54a476 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x' into 2.2.x

Closes gh-19448
parents 27317ce7 8f9d9fa2
...@@ -1848,8 +1848,8 @@ The following cache libraries are supported: ...@@ -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. 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. NOTE: Only caches that are configured on startup are bound to the registry.
For 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 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. A `CacheMetricsRegistrar` bean is made available to make that process easier.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment