jar

com.github.doobo : union-cache

Maven & Gradle

Nov 26, 2022
2 stars

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

Table Of Contents

Latest Version

Download com.github.doobo : union-cache JAR file - Latest Versions:

All Versions

Download com.github.doobo : union-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2.x
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window union-cache-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.doobo.service

├─ com.github.doobo.service.DelayedCacheObject.class - [JAR]

├─ com.github.doobo.service.ICache.class - [JAR]

├─ com.github.doobo.service.ICacheService.class - [JAR]

├─ com.github.doobo.service.ICacheServiceUtils.class - [JAR]

├─ com.github.doobo.service.InMemoryCacheUtils.class - [JAR]

├─ com.github.doobo.service.InMemoryCacheWithDelayQueue.class - [JAR]

├─ com.github.doobo.service.UnionLocalCacheService.class - [JAR]

com.github.doobo.utils

├─ com.github.doobo.utils.Base64Utils.class - [JAR]

├─ com.github.doobo.utils.ClassUtils.class - [JAR]

├─ com.github.doobo.utils.ResultUtils.class - [JAR]

├─ com.github.doobo.utils.ZipUtils.class - [JAR]

com.github.doobo.vbo

├─ com.github.doobo.vbo.Builder.class - [JAR]

├─ com.github.doobo.vbo.HookTuple.class - [JAR]

├─ com.github.doobo.vbo.PageBaseQuery.class - [JAR]

├─ com.github.doobo.vbo.ResultTemplate.class - [JAR]

├─ com.github.doobo.vbo.UnionCacheRequest.class - [JAR]

com.github.doobo.container

├─ com.github.doobo.container.UnionCacheHandlerContainer.class - [JAR]

com.github.doobo.annotation

├─ com.github.doobo.annotation.BaseHandler.class - [JAR]

├─ com.github.doobo.annotation.CacheSpELVO.class - [JAR]

├─ com.github.doobo.annotation.DCache.class - [JAR]

├─ com.github.doobo.annotation.DeleteCacheHandler.class - [JAR]

├─ com.github.doobo.annotation.RCache.class - [JAR]

├─ com.github.doobo.annotation.ReadCacheHandler.class - [JAR]

├─ com.github.doobo.annotation.UCache.class - [JAR]

├─ com.github.doobo.annotation.UpdateCacheHandler.class - [JAR]

com.github.doobo.config

├─ com.github.doobo.config.CacheConfigAutoConfiguration.class - [JAR]

com.github.doobo.factory

├─ com.github.doobo.factory.UnionCacheChainFactory.class - [JAR]