EasyCache - Cache

EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.

License

License

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache-cache
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

EasyCache - Cache
EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.
Project URL

Project URL

https://github.com/lialun/EasyCache

Download easycache-cache

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.ben-manes.caffeine : caffeine Optional jar 2.6.2

Project Modules

There are no modules declared in this project.

EasyCache

Build Status License Coverage Status Dependency Status Maven Central

EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.

Versions

Version
0.1.2
0.1.1
0.1