jar

com.github.duanxinyuan : library-cache

Maven & Gradle

Dec 12, 2018
10 stars

Cache · 缓存库,支持caffeine、guava、redis、redis-cluster,支持两级缓存配置

Table Of Contents

Latest Version

Download com.github.duanxinyuan : library-cache JAR file - Latest Versions:

All Versions

Download com.github.duanxinyuan : library-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

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 library-cache-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.dxy.library.cache

├─ com.dxy.library.cache.Cache.class - [JAR]

com.dxy.library.cache.memory

├─ com.dxy.library.cache.memory.IMemory.class - [JAR]

com.dxy.library.cache.memory.guava

├─ com.dxy.library.cache.memory.guava.CacheGuava.class - [JAR]

com.dxy.library.cache.redis

├─ com.dxy.library.cache.redis.IRedis.class - [JAR]

com.dxy.library.cache.redis.sentinel

├─ com.dxy.library.cache.redis.sentinel.CacheRedisSentinel.class - [JAR]

com.dxy.library.cache.memory.caffeine

├─ com.dxy.library.cache.memory.caffeine.CacheCaffeine.class - [JAR]

com.dxy.library.cache.redis.util

├─ com.dxy.library.cache.redis.util.BitHashUtil.class - [JAR]

com.dxy.library.cache.redis.shard

├─ com.dxy.library.cache.redis.shard.CacheRedisShard.class - [JAR]

com.dxy.library.cache.constant

├─ com.dxy.library.cache.constant.CacheType.class - [JAR]

com.dxy.library.cache.redis.cluster

├─ com.dxy.library.cache.redis.cluster.CacheRedisCluster.class - [JAR]

com.dxy.library.cache.redis.single

├─ com.dxy.library.cache.redis.single.CacheRedisSingle.class - [JAR]