Last Version

Cache 1.5.0

缓存库,支持caffeine、guava、redis、redis-cluster,支持两级缓存配置

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-cache
Version

Version

1.5.0
Type

Type

jar
Description

Description

Cache
缓存库,支持caffeine、guava、redis、redis-cluster,支持两级缓存配置
Project URL

Project URL

https://github.com/duanxinyuan/cache.git
Source Code Management

Source Code Management

https://github.com/duanxinyuan/cache.git

Download library-cache 1.5.0


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

Dependencies

compile (3)

Group / Artifact Type Version
redis.clients : jedis jar 2.9.0
com.github.ben-manes.caffeine : caffeine jar 2.6.2
com.github.duanxinyuan : library-util-common jar 1.1.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.