is not current version
Last Version 1.2.0

ar.com.siripo:arcache-backend-inmemory 1.1.0

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

GroupId

GroupId

ar.com.siripo
ArtifactId

ArtifactId

arcache-backend-inmemory
Version

Version

1.1.0
Type

Type

jar

Download arcache-backend-inmemory 1.1.0


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