Advanced Resilient Cache Core

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

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Advanced Resilient Cache Core
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-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
ar.com.siripo : arcache-common jar 1.2.0
org.springframework : spring-beans Optional jar 3.0.3.RELEASE

test (2)

Group / Artifact Type Version
ar.com.siripo : arcache-backend-inmemory jar 1.2.0
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