登录
首页 » Java » APO缓存接口数据

APO缓存接口数据

于 2023-01-10 发布 文件大小:5.17 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

//设置缓存 private void setCache(Long timeOut, TimeUnit timeUnit, String key, Object result) throws Exception { if (timeOut.equals(0L)) { stringRedisTemplate.opsForValue().set(key, JsonUtils.toJson(result)); } else { stringRedisTemplate.opsForValue().set(key, JsonUtils.toJson(result), timeOut, timeUnit); } } //查询缓存 private Object queryCache(long start, String methodName, String key) throws Exception { //缓存的接口返回结果必须是RSResponse Object result = JsonUtils.toBean(RSResponse.class, stringRedisTemplate.opsForValue().get(key)); long time = System.currentTimeMillis() - start; logger.info("REST API Method【Cache】:" + methodName + ",Time:" + time + "ms"); return result; }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tushuguanli
    An Android library management system directly connected to mysql. Unfortunately, there are only Android clients. The author did not export the database to the client. Friends interested in and based on MySQL can create a new MySQL database according to the table and field names in the DBUtil. Java class.
    2020-06-24 11:20:02下载
    积分:1
  • 很好java class 反编译的工具,你可以通过它将class文件编译为java...
    很好java class 反编译的工具,你可以通过它将class文件编译为java-use the tools ,you can make the class file to java
    2022-11-07 14:55:04下载
    积分:1
  • leetcode
    leetcode上面的一部分解题思路。 主要集中在算法方向, easy和medium难度。 希望能记录自己的刷题过程
    2022-05-18 12:07:10下载
    积分:1
  • UrlAESCipher.java
    An API for cipher the urls with java
    2019-04-05 03:24:32下载
    积分:1
  • 中山大学中级实训
    中级实训阶段三MazeBug代码 包括MazeBug和MazeBugRunner . 无环路迷宫在数据结构上表现为一棵树,采用深度优先搜索算法就可以走出迷宫。本实验的目的是让同学们学习、理解和应用开发深度优先搜索算法。本实验要求同学们在改进的grid world软件开发装置中实现深度优先搜索算法,从而使虫子走出迷宫。
    2022-06-12 19:22:41下载
    积分:1
  • App
    诛仙邮件源码,可实现发送物品功能,等等保护类型:[0=无][1=装备后绑定][2=已绑定][3=下线后消失](The source code of Qixian mail can realize the function of sending goods, and other protection types: [0 = none] [1 = bind after equipment] [2 = bind] [3 = disappear after offline])
    2019-05-13 23:39:34下载
    积分:1
  • 仿百度云
    可以上传视频,图片,音乐,文档等,自动进行分类,可以查看别人分享的一些视频,音乐,文档等,自己分享的东西,其他人也可以继续查看,可以下载自己所查到的东西
    2022-03-13 04:38:01下载
    积分:1
  • 基于eclipse编写的ktv管理系统软件
    基于eclipse编写的一款ktv管理系统软件,包含预定管理,宾客开单,消费管理,宾客结算,仓库管理,商品管理, 系统管理等几个大模块。
    2022-10-27 06:55:04下载
    积分:1
  • JAVA经典算法40题
    java基础习题 是java工程师初期的首选 是必备的习题库.我们每一个Java 都需要掌握这些基础知识(Java basic exercises)
    2020-06-15 22:50:02下载
    积分:1
  • gxflaloading
    漂亮的Flash加载动画 漂亮的Flash加载动画 (Beautiful Flash animation to load)
    2013-08-13 16:24:06下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载