CacheManager is a caching abstraction layer for .NET written in C#.
Is there a way to abstract the EhCache 3 CacheManager (org.ehcache.CacheManager) to Spring's CacheManager (org.springframework.cache.CacheManager)? With …
java spring-boot ehcache ehcache-3 cachemanager