spring-redis-cache
redis-based cache for spring
License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdspring-redis-cache |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring redis cache
spring cache based on redis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-redis-cache-0.0.8.pom | |
spring-redis-cache-0.0.8.jar | 22 KB |
spring-redis-cache-0.0.8-sources.jar | 11 KB |
spring-redis-cache-0.0.8-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/spring-redis-cache/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>spring-redis-cache</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-redis-cache/
implementation 'com.github.bingoohuang:spring-redis-cache:0.0.8'
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-redis-cache/
implementation ("com.github.bingoohuang:spring-redis-cache:0.0.8")
'com.github.bingoohuang:spring-redis-cache:jar:0.0.8'
<dependency org="com.github.bingoohuang" name="spring-redis-cache" rev="0.0.8">
<artifact name="spring-redis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='spring-redis-cache', version='0.0.8')
)
libraryDependencies += "com.github.bingoohuang" % "spring-redis-cache" % "0.0.8"
[com.github.bingoohuang/spring-redis-cache "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.6 |
org.springframework : spring-context | jar | 4.1.6.RELEASE |
net.jodah : expiringmap | jar | 0.4.3 |
com.github.bingoohuang : java-utils | jar | 0.0.4 |
redis.clients : jedis | jar | 2.7.2 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.1.6.RELEASE |
ch.qos.logback : logback-classic | jar | 1.1.3 |
redis-based cache for spring