From 8cf77804c6e0e8e529ac32120cb993c6543dfb7e Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Sun, 15 Oct 2017 21:56:20 -0500 Subject: [PATCH] BAEL-1041: update README (#2746) * BAEL-973: updated README * BAEL-1069: Updated README * BAEL-817: add README file * BAEL-1084: README update * BAEL-960: Update README * BAEL-1155: updated README * BAEL-1041: updated README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 90762bfed6..243baf2c73 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -52,6 +52,7 @@ - [Introduction to Retrofit](http://www.baeldung.com/retrofit) - [Using Pairs in Java](http://www.baeldung.com/java-pairs) - [Apache Commons Collections Bag](http://www.baeldung.com/apache-commons-bag) +- [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine) The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.