is not current version
Last Version 2.0.2

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

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.gitee.reger
ArtifactId

ArtifactId

spring-boot-starter-l2cache
Version

Version

1.0.1
Type

Type

jar

Download spring-boot-starter-l2cache 1.0.1


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