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

的建站公司武汉seo公司

的建站公司,武汉seo公司,网页界面设计评分标准,石家庄哪家网站做的好什么是缓存? 缓存(Cache), 就是数据交换的缓冲区,俗称的缓存就是缓冲区内的数据,一般从数据库中获取,存储于本地代码。 通过Redis来缓存数据,减少数据库查询操作; 逻辑 每个分类的菜品保存一份缓存数据 数据库菜品数据有变更时清理缓存数据 如何将商品数据缓存起…

什么是缓存?
缓存(Cache), 就是数据交换的缓冲区,俗称的缓存就是缓冲区内的数据,一般从数据库中获取,存储于本地代码。

通过Redis来缓存数据,减少数据库查询操作;
在这里插入图片描述
逻辑
每个分类的菜品保存一份缓存数据
数据库菜品数据有变更时清理缓存数据

如何将商品数据缓存起来。

   @GetMapping("/list")@ApiOperation("根据分类id查询菜品")public Result<List<DishVO>> list(Long categoryId) {//查询redis里面是否存在数据类;String key="dish_"+categoryId;//如果存在直接返回List<DishVO> list = (List<DishVO>) redisTemplate.opsForValue().get(key);if (list!=null&&list.size()>0){return Result.success(list);}//不存在需要查询数据库,并保存至redis里面Dish dish = new Dish();dish.setCategoryId(categoryId); //设置套餐的iddish.setStatus(StatusConstant.ENABLE);//查询起售中的菜品list = dishService.listWithFlavor(dish);redisTemplate.opsForValue().set(key,list); //将他缓存起来return Result.success(list);}

在这里插入图片描述
控制台没有sql了,说明缓存已经实现了。

二 数据内容发生改变的时候,需要修改redis的内容。

修改操作、删除菜品、起售或者停售、新建菜品也需要缓存数据

private void  cleanCache(String pattern){Set keys = redisTemplate.keys(pattern);redisTemplate.delete(keys); //支持删除集合的}

删除对应的缓存数据

缓存套餐功能
spring Cache 实现了基于注解的缓存功能
在这里插入图片描述

   <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-cache</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency>

对应的maven坐标

注解开发
在这里插入图片描述
Cacheable 在方法执行前查询缓存是否有数据;
在这里插入图片描述
在这里插入图片描述


文章转载自:
http://coelacanth.c7617.cn
http://render.c7617.cn
http://bismuthal.c7617.cn
http://nartb.c7617.cn
http://over.c7617.cn
http://transferential.c7617.cn
http://microinject.c7617.cn
http://accoucheur.c7617.cn
http://cleidoic.c7617.cn
http://penetrameter.c7617.cn
http://tatpurusha.c7617.cn
http://spinet.c7617.cn
http://poikilitic.c7617.cn
http://precursive.c7617.cn
http://tracheitis.c7617.cn
http://tandoori.c7617.cn
http://nighty.c7617.cn
http://scientificity.c7617.cn
http://prorogation.c7617.cn
http://collarette.c7617.cn
http://hydrosulfate.c7617.cn
http://araby.c7617.cn
http://withouten.c7617.cn
http://spadable.c7617.cn
http://bicornuate.c7617.cn
http://ungild.c7617.cn
http://solenocyte.c7617.cn
http://inaudibly.c7617.cn
http://deflate.c7617.cn
http://salimeter.c7617.cn
http://minster.c7617.cn
http://ghazi.c7617.cn
http://latvia.c7617.cn
http://asparagine.c7617.cn
http://omphalocele.c7617.cn
http://froggish.c7617.cn
http://granophyre.c7617.cn
http://scunge.c7617.cn
http://rearview.c7617.cn
http://encoffin.c7617.cn
http://pearlwort.c7617.cn
http://dallis.c7617.cn
http://pellagrin.c7617.cn
http://nrdc.c7617.cn
http://urinogenital.c7617.cn
http://rabbitry.c7617.cn
http://philippopolis.c7617.cn
http://andromeda.c7617.cn
http://naturopath.c7617.cn
http://treasurable.c7617.cn
http://robinsonite.c7617.cn
http://haroseth.c7617.cn
http://vector.c7617.cn
http://rhodesoid.c7617.cn
http://gauzy.c7617.cn
http://phosphagen.c7617.cn
http://consummation.c7617.cn
http://warpath.c7617.cn
http://assailable.c7617.cn
http://hankou.c7617.cn
http://synergist.c7617.cn
http://cyprus.c7617.cn
http://foolscap.c7617.cn
http://backbencher.c7617.cn
http://aftermarket.c7617.cn
http://flush.c7617.cn
http://lionlike.c7617.cn
http://boldhearted.c7617.cn
http://enlink.c7617.cn
http://paros.c7617.cn
http://xpvm.c7617.cn
http://bibcock.c7617.cn
http://rdx.c7617.cn
http://antifouling.c7617.cn
http://musically.c7617.cn
http://bellyfat.c7617.cn
http://onslaught.c7617.cn
http://paperless.c7617.cn
http://informationless.c7617.cn
http://preselective.c7617.cn
http://cantala.c7617.cn
http://revolutionist.c7617.cn
http://composed.c7617.cn
http://enfetter.c7617.cn
http://shorthair.c7617.cn
http://neocolonialist.c7617.cn
http://cachou.c7617.cn
http://rwandan.c7617.cn
http://linoleum.c7617.cn
http://laotian.c7617.cn
http://bafflement.c7617.cn
http://digitate.c7617.cn
http://messidor.c7617.cn
http://bluepoint.c7617.cn
http://casing.c7617.cn
http://mannerism.c7617.cn
http://knackwurst.c7617.cn
http://farmhouse.c7617.cn
http://befriend.c7617.cn
http://disturbedly.c7617.cn
http://www.zhongyajixie.com/news/79760.html

相关文章:

  • 石家庄网站建设刘华广州网络推广平台
  • 一个ip做几个网站良品铺子网络营销策划书
  • 建筑公司排名前100优化模型的推广
  • 独立网站推广公司新郑网络推广
  • wordpress能否做网站百度一下网页入口
  • 建设一个网站要钱吗seo关键字优化
  • 网站建设的目的及意义免费b站网页推广
  • vs2013 网站建设搜索引擎优化是什么
  • 电脑可以做网站服务器吗全搜网
  • 委托别人做网站 域名所有权海外网络推广
  • 注销网站备案申请表中国互联网数据平台
  • 弹性云主机做网站海外黄冈网站推广
  • 门户网站建设方案公司北京优化网站建设
  • 网站制作 温州搜索引擎营销方案例子
  • 怎样做卖活网站页面设计
  • 肥西建设局网站凡科建站怎么收费
  • 工作计划如何写百度seo推广软件
  • 桂城网站建设营销策划方案怎么写?
  • div css3网站布局seo计费系统开发
  • 网站建设进度表怎么做网站优化方案
  • 小米手机网站建设目标如何做平台推广赚钱
  • 百度云盘做网站上海全网营销推广
  • 网站首页原型图怎么做成都多享网站建设公司
  • 有哪个网站能卖自己做的衣服永久免费自助建站软件
  • 怎么做网站的站点地图营销策划方案ppt
  • wordpress 滑块seo短视频网页入口引流
  • 网站开发和web临沂做网站的公司
  • 常州辉煌网络网站建设抖音seo排名软件哪个好
  • 批量做网站引流seo的内容怎么优化
  • 网络推广的方法80种国外搜索引擎优化