当前位置: 首页 > news >正文

网站背景磨砂灰背景怎么做深圳 网站建设设计

网站背景磨砂灰背景怎么做,深圳 网站建设设计,wordpress主题样式表,网站首页打开速度Spring Cache是一个框架,实现了基于注解的缓存功能,只需要简单地加一个注解,就能实现缓存功能。 Spring Cache提供了一层抽象,底层可以切换不同的缓存实现,例如: ①EHCache ②Caffeine ③Redis 常用注解…

Spring Cache是一个框架,实现了基于注解的缓存功能,只需要简单地加一个注解,就能实现缓存功能。

Spring Cache提供了一层抽象,底层可以切换不同的缓存实现,例如:

①EHCache

②Caffeine

③Redis

常用注解:

代码开发:

package com.itheima.controller;import com.itheima.entity.User;
import com.itheima.mapper.UserMapper;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.web.bind.annotation.*;@RestController
@RequestMapping("/user")
@Slf4j
public class UserController {@Autowiredprivate UserMapper userMapper;@PostMapping@CachePut(cacheNames = "userCache",key="#user.id")//如果使用Spring Cache缓存数据,key的生成:userCache::1public User save(@RequestBody User user){userMapper.insert(user);return user;}@DeleteMapping@CacheEvict(cacheNames = "userCache",key = "#id")public void deleteById(Long id){userMapper.deleteById(id);}@DeleteMapping("/delAll")@CacheEvict(cacheNames = "userCache",allEntries = true)public void deleteAll(){userMapper.deleteAll();}@GetMapping@Cacheable(cacheNames = "userCache",key = "#id")//key的生成:userCache::10public User getById(Long id){User user = userMapper.getById(id);return user;}}

http://www.dtcms.com/a/432986.html

相关文章:

  • 客户制作网站时的问题河南app开发公司
  • 网站设计深圳市计算机好还是软件工程好
  • 如何做网站进行推广c2c模式的概念
  • 番禺网站设计站长素材网站
  • 网站数据库怎么备份新建的网站可以百度推广
  • 永兴集团网站简洁大气网站设计
  • 网站流量少的原因wordpress高仿主题下载
  • 村建站属于哪个部门沂源网站建设yx718
  • Python离群值检测实战:使用distfit库实现基于分布拟合的异常检测
  • 唯品会网站开发技术分析计算机专业学什么好
  • 三亚市城乡建设局网站国内网页设计师个人网站
  • 中国空间站扩建微网站建设方式
  • 小公司如何做网站门户网站直接登录系统
  • 网站定制公司网络营销服务
  • 【1001】Hello,World!
  • 网站搭建报价单网络项目发布网
  • 网站后台上传图片脚本错误app设计工具
  • 做图书网站赚钱么企业查询显示利好什么意思
  • 便宜网站制作公司随州seo搜索引擎优化排名
  • 公司响应式网站建设平台陕西省住房和城乡建设部网站官网
  • 用c做网站网站开发技术指标是什么
  • 黑龙江省建设工程招标网站长沙seo优化报价
  • 找人做短视频网站批量查询权重
  • 门户网站app有哪些电子印章在线生成
  • 长安网站建设制作h5类作品是什么意思
  • 建设手机网站平台在重庆 那里可以做诚信网站认证
  • 企业网站备案容易吗新闻文章网站源码
  • 怎么注册网站免费的韩雪个人网站
  • 网络网站推广同城服务网站开发
  • html5网站怎么做浦江县建设局网站