update 优化 RedisCacheController 注释错误

This commit is contained in:
赵志辉 2023-07-17 14:40:02 +08:00
parent b6daa886e0
commit 13d468d8cc

View File

@ -34,7 +34,7 @@ public class RedisCacheController {
* 如果没有,就调用方法,然后把结果缓存起来
* 这个注解一般用在查询方法上
* <p>
* 重点说明: 缓存注解严与其他筛选数据功能一起使用
* 重点说明: 缓存注解严与其他筛选数据功能一起使用
* 例如: 数据权限注解 会造成 缓存击穿 数据不一致问题
* <p>
* cacheNames 命名规则 查看 {@link CacheNames} 注释 支持多参数