mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-08 21:37:42 +00:00
fix 修复 一级缓存带来的问题
This commit is contained in:
@@ -49,7 +49,6 @@ public class PlusCacheWrapper implements Cache {
|
||||
@Override
|
||||
public void put(Object key, Object value) {
|
||||
cache.put(key, value);
|
||||
CAFFEINE.put(key, value);
|
||||
}
|
||||
|
||||
public ValueWrapper putIfAbsent(Object key, Object value) {
|
||||
|
Reference in New Issue
Block a user