union-cache

基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存

License

License

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

union-cache
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

union-cache
基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
Project URL

Project URL

https://github.com/doobo/union-cache
Source Code Management

Source Code Management

https://github.com/doobo/union-cache

Download union-cache

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.20
com.alibaba : fastjson jar 1.2.76
org.springframework.boot : spring-boot-starter-aop Optional jar 2.3.10.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.3.10.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.3.10.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.2
1.2.1
1.2
1.1
1.0