cache

A cacheutil based on DiskLruCache

License

License

GroupId

GroupId

io.github.yangxlei
ArtifactId

ArtifactId

cache
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

cache
A cacheutil based on DiskLruCache
Project URL

Project URL

https://github.com/yangxlei/cache
Source Code Management

Source Code Management

https://github.com/yangxlei/cache

Download cache

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

cache

DiskLruCache

Versions

Version
1.3.0