Polish doc

See gh-19491
This commit is contained in:
Johnny Lim 2019-12-31 11:49:56 +09:00 committed by Stephane Nicoll
parent eee1b1a98f
commit 27d7727d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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 caches 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 caches 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.