Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 javax 缓存中,
CacheManager提供了一种建立、配置、获取、关闭和销毁唯一命名的缓存的方法。
我想使用番石榴缓存CacheManager,因为它的速度和实用性,但我在番石榴缓存中找不到类似的东西。CacheManager如果LoadingCache要从番石榴中使用,如何实现 a 的功能?显而易见的方法是编写我们自己的CacheManager实现,但有更好的选择吗?请注意,我没有使用 Spring。
CacheManager
LoadingCache