Last Version

Advanced Resilient Cache Backend Memcached 1.2.0

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.

License

License

GroupId

GroupId

ar.com.siripo
ArtifactId

ArtifactId

arcache-backend-memcached
Version

Version

1.2.0
Type

Type

jar
Description

Description

Advanced Resilient Cache Backend Memcached
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.

Download arcache-backend-memcached 1.2.0


<!-- https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-memcached/ -->
<dependency>
    <groupId>ar.com.siripo</groupId>
    <artifactId>arcache-backend-memcached</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-memcached/
implementation 'ar.com.siripo:arcache-backend-memcached:1.2.0'
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-memcached/
implementation ("ar.com.siripo:arcache-backend-memcached:1.2.0")
'ar.com.siripo:arcache-backend-memcached:jar:1.2.0'
<dependency org="ar.com.siripo" name="arcache-backend-memcached" rev="1.2.0">
  <artifact name="arcache-backend-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.siripo', module='arcache-backend-memcached', version='1.2.0')
)
libraryDependencies += "ar.com.siripo" % "arcache-backend-memcached" % "1.2.0"
[ar.com.siripo/arcache-backend-memcached "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
ar.com.siripo : arcache-common jar 1.2.0
net.spy : spymemcached jar 2.12.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.