caffeine

Multiple Caffeine LoadingCaches added to Spring CaffeineCacheManager

蹲街弑〆低调 提交于 2019-11-29 18:37:35
问题 I'm looking to add several distinct LoadingCache 's to a Spring CacheManager , however I don't see how this is possible using CaffeineCacheManager . It appears that only a single loader is possible for refreshing content, however I need separate loaders for each cache. Is it possible to add multiple loading caches to a Spring cache manager? If so, then how? CaffeineCacheManager cacheManage = new CaffeineCacheManager(); LoadingCache<String, Optional<Edition>> loadingCache1 = Caffeine