Skip to content

lafaspot/ConcurrentHashMap

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • CSS 83.0%
  • Shell 17.0%