Advanced Resilient Cache Common

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-common
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Advanced Resilient Cache Common
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-common

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0
0.0.4
0.0.3
0.0.2