Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 787 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 787 Bytes

Cache: Cache Libraries for Java

Build Status Maven Central

Cache libraries provide a concurrent lru cache. It has been forked from guava cache and has been modified.

The Maven group ID is com.github.lafa.cache, and the artifact ID is cache.

To add a dependency on Guava using Maven, use the following:

<dependency>
  <groupId>com.github.lafa.cache</groupId>
  <artifactId>cache</artifactId>
  <version>1.0</version>
</dependency>

Links