码迷,mamicode.com
首页 > 编程语言 > 详细

java 进程缓存之caffeine

时间:2020-05-12 11:32:22      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:git   blog   hub   mpi   rank   caffe   https   pen   com   

https://www.jianshu.com/p/5c04d0cd3c1f

使用举例:

https://www.cnblogs.com/CrankZ/p/10889859.html

 

引入maven工程:

https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine/2.8.1

<!-- https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine -->
<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId>
    <artifactId>caffeine</artifactId>
    <version>2.8.1</version>
</dependency>

引入gradle工程:

// https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine
compile group: ‘com.github.ben-manes.caffeine‘, name: ‘caffeine‘, version: ‘2.8.1‘

 

java 进程缓存之caffeine

标签:git   blog   hub   mpi   rank   caffe   https   pen   com   

原文地址:https://www.cnblogs.com/longchang/p/12874604.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!