spring-boot-starter-l2cache

二级缓存。支持自动缓存降级,可以防缓存击穿,一级缓存使用内存可以极大增加缓存性能。也可以很容易的拓展为其它多级缓存。

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.gitee.reger
ArtifactId

ArtifactId

spring-boot-starter-l2cache
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-starter-l2cache
二级缓存。支持自动缓存降级,可以防缓存击穿,一级缓存使用内存可以极大增加缓存性能。也可以很容易的拓展为其它多级缓存。
Project URL

Project URL

https://gitee.com/reger/spring-boot-starter-l2cache
Project Organization

Project Organization

reger
Source Code Management

Source Code Management

https://gitee.com/reger/spring-boot-starter-l2cache

Download spring-boot-starter-l2cache

How to add to project

<!-- https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/ -->
<dependency>
    <groupId>com.gitee.reger</groupId>
    <artifactId>spring-boot-starter-l2cache</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation 'com.gitee.reger:spring-boot-starter-l2cache:2.0.2'
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation ("com.gitee.reger:spring-boot-starter-l2cache:2.0.2")
'com.gitee.reger:spring-boot-starter-l2cache:jar:2.0.2'
<dependency org="com.gitee.reger" name="spring-boot-starter-l2cache" rev="2.0.2">
  <artifact name="spring-boot-starter-l2cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.reger', module='spring-boot-starter-l2cache', version='2.0.2')
)
libraryDependencies += "com.gitee.reger" % "spring-boot-starter-l2cache" % "2.0.2"
[com.gitee.reger/spring-boot-starter-l2cache "2.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.0.9.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.0.9.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 2.0.9.RELEASE
org.apache.commons : commons-pool2 jar 2.5.0
com.fasterxml.jackson.core : jackson-databind jar
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.9.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.0
1.0.2
1.0.1
1.0.0