Spring Boot - Caching
You want to enable caching only for a specific cache manager in your Spring Boot app. How can you configure
@EnableCaching to use a custom cache manager bean named myCacheManager?