Add reference to Caffeine in cache sample
This commit is contained in:
parent
c451eb1d19
commit
96d5def17d
|
|
@ -91,6 +91,12 @@
|
|||
</dependency>
|
||||
-->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||
<artifactId>caffeine</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue