1、同步待办加入缓存
This commit is contained in:
@@ -28,7 +28,9 @@ public class CacheConfig {
|
||||
// 用户名缓存
|
||||
new ConcurrentMapCache("userNames"),
|
||||
// 查询任务树列表缓存
|
||||
new ConcurrentMapCache("taskTreeListCache")
|
||||
new ConcurrentMapCache("taskTreeListCache"),
|
||||
// 同步待办缓存
|
||||
new ConcurrentMapCache("syncTodo")
|
||||
// 可以添加其他缓存配置
|
||||
));
|
||||
return cacheManager;
|
||||
|
||||
Reference in New Issue
Block a user