Last Version

Advanced Resilient Cache Backend InMemory 1.2.0

This module stores the keys in local memory. It uses an LRUMap to keep memory limits

License

License

GroupId

GroupId

ar.com.siripo
ArtifactId

ArtifactId

arcache-backend-inmemory
Version

Version

1.2.0
Type

Type

jar
Description

Description

Advanced Resilient Cache Backend InMemory
This module stores the keys in local memory. It uses an LRUMap to keep memory limits

Download arcache-backend-inmemory 1.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
ar.com.siripo : arcache-common jar 1.2.0
org.apache.commons : commons-collections4 jar 4.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.