Solutionunvalidated
Remove your `cacheManager` bean and replace it with an `CacheManagerCustomizer` instead. — Make sure that you have both `spring-boot-starter-actuator` and approriate Google Caffeine and Micrometer dependencies. Tension: and that will be all you need to have metrics. Outcome: Spring Boot already configures those metrics.
99f11b06-633d-4b97-bf7a-4e6477e60b83
Remove your cacheManager bean and replace it with an CacheManagerCustomizer instead. — Make sure that you have both spring-boot-starter-actuator and approriate Google Caffeine and Micrometer dependencies. Tension: and that will be all you need to have metrics. Outcome: Spring Boot already configures those metrics.