is not current version
Last Version 2.6

com.addc:addc-cache 2.4

The addc-cache library supplies classes to support caches that can be flushed or whose objects re retained only for a certain time and whose timeout may be reset by access to the object.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-cache
Version

Version

2.4
Type

Type

jar

Download addc-cache 2.4


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