[fix] 修改标签

This commit is contained in:
2024-10-09 14:42:26 +08:00
parent 550f4cbdae
commit 6eec60e9dd
116 changed files with 133 additions and 139 deletions

View File

@ -16,7 +16,7 @@ import java.time.Duration;
* 在 {@link Cacheable#cacheNames()} 格式为 "key#ttl" 时,# 后面的 ttl 为过期时间。
* 单位为最后一个字母支持的单位有d 天h 小时m 分钟s 秒),默认单位为 s 秒
*
* @author 芋道源码
* @author hhyykk
*/
public class TimeoutRedisCacheManager extends RedisCacheManager {