Last Version

springcache 1.1.0

A simple implement of spring cache by redis or memcached.

License

License

GroupId

GroupId

com.sohu.cache
ArtifactId

ArtifactId

springcache
Version

Version

1.1.0
Type

Type

jar
Description

Description

springcache
A simple implement of spring cache by redis or memcached.
Project URL

Project URL

https://github.com/yezigl/springcache

Download springcache 1.1.0


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

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.springframework : spring-core jar 3.2.1.RELEASE
org.springframework : spring-context jar 3.2.1.RELEASE
com.alibaba : fastjson jar 1.1.24
redis.clients : jedis Optional jar 2.1.0
com.googlecode.xmemcached : xmemcached Optional jar 1.3.9

runtime (2)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.2
ch.qos.logback : logback-classic jar 1.0.9

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework : spring-test jar 3.2.1.RELEASE

Project Modules

There are no modules declared in this project.