не последняя версия
Последняя версия 1.2.2

union-cache 1.2.1

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

Лицензия

Лицензия

Группа

Группа

com.github.doobo
Идентификатор

Идентификатор

union-cache
Версия

Версия

1.2.1
Тип

Тип

jar
Описание

Описание

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

Ссылка на сайт

https://github.com/doobo/union-cache
Система контроля версий

Система контроля версий

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

Скачать union-cache 1.2.1


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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.20
com.alibaba : fastjson jar 1.2.76
org.springframework.boot : spring-boot-starter-aop Необязательный jar 2.3.10.RELEASE

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 2.3.10.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.3.10.RELEASE

Модули Проекта

Данный проект не имеет модулей.