|
|
|
|
@ -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
|
|
|
|
|
*/
|
|
|
|
|
|