jar

cn.majingjing : cache

Maven & Gradle

Nov 21, 2021

cache

Table Of Contents

Latest Version

Download cn.majingjing : cache JAR file - Latest Versions:

All Versions

Download cn.majingjing : 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 cache-1.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.majingjing.cache.local.caffeine

├─ cn.majingjing.cache.local.caffeine.CaffeineCache.class - [JAR]

cn.majingjing.cache.common

├─ cn.majingjing.cache.common.AbstractCache.class - [JAR]

├─ cn.majingjing.cache.common.ICachePrefixKey.class - [JAR]

├─ cn.majingjing.cache.common.LocalCacheData.class - [JAR]

├─ cn.majingjing.cache.common.MajjCacheType.class - [JAR]

├─ cn.majingjing.cache.common.RedisProperties.class - [JAR]

cn.majingjing.cache.local.map

├─ cn.majingjing.cache.local.map.MapCache.class - [JAR]

cn.majingjing.cache

├─ cn.majingjing.cache.ICache.class - [JAR]

├─ cn.majingjing.cache.ILocalCache.class - [JAR]

├─ cn.majingjing.cache.IRemoteCache.class - [JAR]

cn.majingjing.cache.remote.redisson

├─ cn.majingjing.cache.remote.redisson.RedissonCache.class - [JAR]

cn.majingjing.cache.remote.jedis

├─ cn.majingjing.cache.remote.jedis.JedisCache.class - [JAR]

cn.majingjing.cache.remote.springredis

├─ cn.majingjing.cache.remote.springredis.SpringRedisCache.class - [JAR]

Advertisement