This website works better with JavaScript.
Explore
Help
Register
Sign In
Lxy
/
RuoYi-Vue
Watch
1
Star
0
Fork
You've already forked RuoYi-Vue
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
feature/20260628/refactor-frontend-modernization
feature/20260628/refactor-frontend-modernization
refactor_5.0_0704
dev_refactor_0120_qoder
dev_refactor_0120
dev_refactor_0118
dev_refactor
dev
feature/stock-system-refactor
refactor_3.0
refactor_6.0_202607
enhancement_improved_interface
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'feature/20260628/refactor-frontend-modernization'
${ noResults }
RuoYi-Vue
/
openspec
/
changes
/
archive
/
2026-06-28-optimize-cache-s...
/
tasks.md
674 B
Raw
Permalink
Blame
History
Tasks: 优化缓存策略
Task 1: 缓存配置
1.1 添加 Spring Cache 和 Redis 依赖
1.2 配置 Redis 连接
1.3 配置缓存管理器
Task 2: 字典缓存
2.1 字典类型缓存
2.2 字典数据缓存
2.3 缓存更新机制
Task 3: 配置参数缓存
3.1 系统配置缓存
3.2 缓存刷新机制
Task 4: 用户和菜单缓存
4.1 用户信息缓存
4.2 菜单数据缓存
Task 5: 缓存监控
5.1 缓存命中率统计
5.2 缓存清理接口
验收标准
字典查询缓存命中率 > 90%
常用接口响应时间 < 100ms
缓存更新机制完整