Add reference to Caffeine in cache sample

This commit is contained in:
Stephane Nicoll 2016-08-17 10:13:46 +02:00
parent c451eb1d19
commit 96d5def17d

View File

@ -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>