How to have multiple cache manager configuration in spring cache java
There are several ways you can do this and the right answer depends on your usage of the cache. You have a “main” cache manager If you use CacheManager A for 90% of your use case and B for 10% I’d advise to create a default CacheManager for A (you’ll need to specify it via … Read more