Cache Manager

Cache Manager is a small component to manage cache with different storage system and different validation systems

License

License

GroupId

GroupId

com.github.ffcfalcos
ArtifactId

ArtifactId

cache-manager
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Cache Manager
Cache Manager is a small component to manage cache with different storage system and different validation systems
Source Code Management

Source Code Management

https://github.com/ffcfalcos/commondao

Download cache-manager

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
redis.clients : jedis jar 2.10.2
com.googlecode.json-simple : json-simple jar 1.1

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 8.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0