| License |
License |
|---|---|
| Categories |
CategoriesCaching Data |
| GroupId | GroupIdorg.greencheek.caching |
| ArtifactId | ArtifactIdherdcache |
| Last Version | Last Version2.0.19 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionherdcache
A cache that uses futures to prevent thundering herds to your backend service
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| herdcache-2.0.19.pom | |
| herdcache-2.0.19.jar | 254 KB |
| herdcache-2.0.19-tests.jar | 315 KB |
| herdcache-2.0.19-test-jar-with-dependencies.jar | 20 MB |
| herdcache-2.0.19-sources.jar | 148 KB |
| herdcache-2.0.19-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.greencheek.caching/herdcache/ -->
<dependency>
<groupId>org.greencheek.caching</groupId>
<artifactId>herdcache</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.greencheek.caching/herdcache/
implementation 'org.greencheek.caching:herdcache:2.0.19'
// https://jarcasting.com/artifacts/org.greencheek.caching/herdcache/
implementation ("org.greencheek.caching:herdcache:2.0.19")
'org.greencheek.caching:herdcache:jar:2.0.19'
<dependency org="org.greencheek.caching" name="herdcache" rev="2.0.19">
<artifact name="herdcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greencheek.caching', module='herdcache', version='2.0.19')
)
libraryDependencies += "org.greencheek.caching" % "herdcache" % "2.0.19"
[org.greencheek.caching/herdcache "2.0.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard.metrics : metrics-core | jar | 4.0.1 |
| com.github.ben-manes.caffeine : caffeine | jar | 1.3.1 |
| com.google.guava : guava | jar | 19.0 |
| com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.4.2 |
| io.reactivex : rxjava | jar | 1.3.4 |
| net.spy : spymemcached | jar | 2.12.3 |
| com.twitter : jsr166e | jar | 1.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| net.jpountz.lz4 : lz4 | jar | 1.3.0 |
| org.xerial.snappy : snappy-java | jar | 1.1.4 |
| org.iq80.snappy : snappy | jar | 0.4 |
| de.ruedigermoeller : fst | jar | 1.63 |
| io.netty : netty-all | jar | 4.1.42.Final |
| com.spotify : folsom | jar | 0.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.hystrix : hystrix-core | jar | 1.4.5 |
| io.netty : netty | jar | 3.9.2.Final |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| com.thimbleware.jmemcached : jmemcached-core | jar | 1.0.0 |
| junit : junit | jar | 4.11 |
| org.openjdk.jmh : jmh-core | jar | 1.19 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |