jar

com.github.zuihou : zuihou-cache-starter

Maven & Gradle

Nov 09, 2020
279 stars

缓存抽象模块

Table Of Contents

Latest Version

Download com.github.zuihou : zuihou-cache-starter JAR file - Latest Versions:

All Versions

Download com.github.zuihou : zuihou-cache-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.7.x
2.6.x
2.5.x
2.4.x
2.3
2.2
2.1
2.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 zuihou-cache-starter-2.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zuihou.cache.redis

├─ com.github.zuihou.cache.redis.NullVal.class - [JAR]

├─ com.github.zuihou.cache.redis.RedisOps.class - [JAR]

com.github.zuihou.cache.lock

├─ com.github.zuihou.cache.lock.CaffeineDistributedLock.class - [JAR]

├─ com.github.zuihou.cache.lock.RedisDistributedLock.class - [JAR]

com.github.zuihou.cache.model

├─ com.github.zuihou.cache.model.CacheHashKey.class - [JAR]

├─ com.github.zuihou.cache.model.CacheKey.class - [JAR]

├─ com.github.zuihou.cache.model.CacheKeyBuilder.class - [JAR]

com.github.zuihou.cache.repository

├─ com.github.zuihou.cache.repository.CacheOps.class - [JAR]

├─ com.github.zuihou.cache.repository.CachePlusOps.class - [JAR]

com.github.zuihou.cache.properties

├─ com.github.zuihou.cache.properties.CacheType.class - [JAR]

├─ com.github.zuihou.cache.properties.CustomCacheProperties.class - [JAR]

com.github.zuihou.cache.repository.impl

├─ com.github.zuihou.cache.repository.impl.CaffeineOpsImpl.class - [JAR]

├─ com.github.zuihou.cache.repository.impl.RedisOpsImpl.class - [JAR]

com.github.zuihou.cache.utils

├─ com.github.zuihou.cache.utils.RedisObjectSerializer.class - [JAR]

com.github.zuihou.cache

├─ com.github.zuihou.cache.CacheAutoConfigure.class - [JAR]

├─ com.github.zuihou.cache.CaffeineAutoConfigure.class - [JAR]

├─ com.github.zuihou.cache.RedisAutoConfigure.class - [JAR]

Advertisement