Springboot缓存

一,Cache缓存html 1.@CachePut(value="subaccount" , key="#subaccountVo.id")redis 缓存新增和修改的数据到缓存中,缓存名为subaccount   缓存的id为subaccountVo的id缓存 2.@CacheEvict(value="subaccount" , key="#id")maven 从缓存中删除key为id的数据co
相关文章
相关标签/搜索