标签: Caffeine
thumbnail

Redis+Caffeine 太强了!

背景 为什么要使用本地缓存 设计一个本地内存需要有什么功能 本地缓存方案选型 1.使用ConcurrentHashMap实现本地缓存 2.基于Guava Cache实现本地……