update 标记过期 推荐使用 spring-cache
This commit is contained in:
parent
14f6249031
commit
1419700c43
@ -18,6 +18,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
|
|||||||
* 使用方法 配置文件开启 mybatis-plus 二级缓存
|
* 使用方法 配置文件开启 mybatis-plus 二级缓存
|
||||||
* 在 XxxMapper.java 类上添加注解 @CacheNamespace(implementation = MybatisPlusRedisCache.class, eviction = MybatisPlusRedisCache.class)
|
* 在 XxxMapper.java 类上添加注解 @CacheNamespace(implementation = MybatisPlusRedisCache.class, eviction = MybatisPlusRedisCache.class)
|
||||||
*
|
*
|
||||||
|
* @deprecated 3.5.0删除 推荐使用spirng-cache
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
|
Loading…
x
Reference in New Issue
Block a user