标致樱桃

文章
5
资源
0
加入时间
2年11月11天

springboot使用caffeine cache是出现暗坑

使用caffeine作为本地应用缓冲时,碰见一个暗坑,caffeine做了10分钟缓冲失效配置(expireAfterWrite(10))下面是具体数据表查询缓存代码@Cacheable(cacheNames = MerchantCacheConfig.CACHE_NAME, key = "#merId")public MerchantDTO selectByMerId(String merId) { return this.selectByMerIdDB(merId)