mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08: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