缓存的简单使用:
Caffeine是基于JAVA 1.8 Version的高性能缓存库。
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.0</version>
</dependency>
标签:缓存,JAVA,manes,cache,1.8,caffeine
来源: https://www.cnblogs.com/gstszbc/p/15655340.html