java 进程缓存之caffeine

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'

 

posted @ 2020-05-12 10:31  kissrule  阅读(661)  评论(0编辑  收藏  举报