is not current version
Last Version 2.6

com.addc:addc-cache 2.3

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.3
Type

Type

jar

Download addc-cache 2.3


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