EasyCache

Caching Java method results with Java annotations.

License

License

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache
Last Version

Last Version

0.7-pre2
Release Date

Release Date

Type

Type

jar
Description

Description

EasyCache
Caching Java method results with Java annotations.
Project URL

Project URL

https://github.com/lialun/EasyCache
Source Code Management

Source Code Management

https://github.com/lialun/EasyCache

Download easycache

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.5.RELEASE
org.aspectj : aspectjweaver jar 1.8.10
com.google.guava : guava jar 20.0
redis.clients : jedis jar 2.9.0
org.ehcache : ehcache jar 3.2.0
com.fasterxml.jackson.core : jackson-databind Optional jar 2.8.7
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Optional jar 2.8.7
org.apache.thrift : libthrift Optional jar 0.10.0
org.slf4j : slf4j-api Optional jar 1.7.23
org.slf4j : jcl-over-slf4j Optional jar 1.7.23
org.slf4j : slf4j-simple Optional jar 1.7.23
org.slf4j : slf4j-log4j12 Optional jar 1.7.23
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-core Optional jar 2.7
commons-logging : commons-logging Optional jar 1.2

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.springframework : spring-test jar 4.3.5.RELEASE
com.github.kstyrc : embedded-redis jar 0.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.7-pre2
0.7-pre1
0.6-pre3
0.6-pre2
0.6
0.1.2