License |
License |
---|---|
GroupId | GroupIdcom.github.doobo |
ArtifactId | ArtifactIdunion-cache |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunion-cache
基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
union-cache-1.2.2.pom | |
union-cache-1.2.2.jar | 21 KB |
union-cache-1.2.2-sources.jar | 14 KB |
union-cache-1.2.2-javadoc.jar | 92 KB |
Browse |
<!-- 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"]
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 |
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 |