Right now for configuring metrics per cache name there is a property memcached.cache.metrics-cache-names where you could set a list of cache names for which the metrics should be enabled.
Similarly, for other cache providers in Spring spring.cache.cache-names can be used.
Support for spring.cache.cache-names should be added so that both types of configurations could be set in order to enable metrics per cache name.
Right now for configuring metrics per cache name there is a property
memcached.cache.metrics-cache-nameswhere you could set a list of cache names for which the metrics should be enabled.Similarly, for other cache providers in Spring
spring.cache.cache-namescan be used.Support for
spring.cache.cache-namesshould be added so that both types of configurations could be set in order to enable metrics per cache name.