is not current version
Last Version 2.0.2

com.gitee.reger:spring-boot-starter-l2cache 2.0.0

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.gitee.reger
ArtifactId

ArtifactId

spring-boot-starter-l2cache
Version

Version

2.0.0
Type

Type

jar

Download spring-boot-starter-l2cache 2.0.0


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