License |
License |
---|---|
Categories |
CategoriesJedis Data Databases |
GroupId | GroupIdar.com.siripo |
ArtifactId | ArtifactIdarcache-backend-jedis |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdvanced Resilient Cache Backend Jedis
Advanced Resilient Cache solve some cache problems.
1. Imperative invalidation without key scanning.
2. Cache refresh minimizing simultaneous update.
3. Stampede problem during invalidation and expiration.
|
<!-- https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/ -->
<dependency>
<groupId>ar.com.siripo</groupId>
<artifactId>arcache-backend-jedis</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/
implementation 'ar.com.siripo:arcache-backend-jedis:1.2.0'
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/
implementation ("ar.com.siripo:arcache-backend-jedis:1.2.0")
'ar.com.siripo:arcache-backend-jedis:jar:1.2.0'
<dependency org="ar.com.siripo" name="arcache-backend-jedis" rev="1.2.0">
<artifact name="arcache-backend-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.siripo', module='arcache-backend-jedis', version='1.2.0')
)
libraryDependencies += "ar.com.siripo" % "arcache-backend-jedis" % "1.2.0"
[ar.com.siripo/arcache-backend-jedis "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
ar.com.siripo : arcache-common | jar | 1.2.0 |
redis.clients : jedis | jar | 2.9.0 |
net.spy : spymemcached | jar | 2.12.1 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |