AOP Cache

Provides utilities to cache methods in an aspect oriented way.

License

License

GroupId

GroupId

com.emaginalabs
ArtifactId

ArtifactId

aop-cache
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

AOP Cache
Provides utilities to cache methods in an aspect oriented way.
Project URL

Project URL

https://github.com/delr3ves/java-aop-cache
Source Code Management

Source Code Management

https://github.com/delr3ves/java-aop-cache

Download aop-cache

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
com.google.guava : guava jar 28.2-jre
com.google.inject : guice jar 4.2.2
net.sf.ehcache : ehcache jar 2.10.6
io.dropwizard.metrics : metrics-core jar 4.1.5

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.hamcrest : hamcrest-core jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.0