| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.doobo |
| Идентификатор | Идентификаторunion-cache |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеunion-cache
基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.10.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.10.RELEASE |