Guava
Guava is an open-source release of Google's core Java libraries. It has helpful customizations for collections, string processing, concurrency, caching, etc. package `com.google.common.cache` is a caching library for simple in-memory caching w...