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.
RuoYi-Vue/openspec/changes/archive/2026-06-28-optimize-cache-s.../proposal.md

411 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

P1 优化:优化缓存策略

目标

为 RuoYi-Vue 后端添加 Redis 缓存支持,提升常用查询性能 50% 以上。

范围

  • 字典数据缓存
  • 配置参数缓存
  • 用户信息缓存
  • 菜单数据缓存

技术栈

  • Spring Cache
  • Redis
  • Caffeine本地缓存

验收标准

  • 字典查询缓存命中率 > 90%
  • 常用接口响应时间 < 100ms
  • 缓存更新机制完整