| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.addc | 
    
| ArtifactId | ArtifactIdaddc-cache | 
    
| Last Version | Last Version2.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionaddc-cache 
            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. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| addc-cache-2.6.pom | |
| addc-cache-2.6.jar | 9 KB | 
| addc-cache-2.6-tests.jar | 12 KB | 
| addc-cache-2.6-sources.jar | 8 KB | 
| addc-cache-2.6-javadoc.jar | 71 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.addc/addc-cache/ -->
<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-cache</artifactId>
    <version>2.6</version>
</dependency>
                // https://jarcasting.com/artifacts/com.addc/addc-cache/
implementation 'com.addc:addc-cache:2.6'
                // https://jarcasting.com/artifacts/com.addc/addc-cache/
implementation ("com.addc:addc-cache:2.6")
                'com.addc:addc-cache:jar:2.6'
                <dependency org="com.addc" name="addc-cache" rev="2.6">
  <artifact name="addc-cache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.addc', module='addc-cache', version='2.6')
)
                libraryDependencies += "com.addc" % "addc-cache" % "2.6"
                [com.addc/addc-cache "2.6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.addc : addc-base | jar | 2.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.addc : addc-test | jar | 2.6 | 
| org.powermock : powermock-module-junit4 | jar | 1.7.4 | 
| org.powermock : powermock-api-mockito | jar | 1.7.4 | 
| org.mockito : mockito-core | jar | 1.10.19 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 |