同步 Master 最新代码

This commit is contained in:
YunaiV
2022-09-24 18:16:27 +08:00
parent d26c78a0df
commit 25e7c8dceb

View File

@ -11,7 +11,7 @@ import org.springframework.data.redis.cache.RedisCacheWriter;
/**
* 多租户的 {@link RedisCacheManager} 实现类
*
* 操作指定 name 的 {@link Cache} 时,自动拼接租户后缀,格式为 name + ":" + tenantId
* 操作指定 name 的 {@link Cache} 时,自动拼接租户后缀,格式为 name + ":" + tenantId + 后缀
*
* @author airhead
*/