jar

io.github.panxiaochao : pxc-framework-redis

Maven & Gradle

Aug 25, 2023
0 stars

pxc framework redis 缓存模块,统一采用Redisson组件

Table Of Contents

Latest Version

Download io.github.panxiaochao : pxc-framework-redis JAR file - Latest Versions:

All Versions

Download io.github.panxiaochao : pxc-framework-redis JAR file - All Versions:

Version Vulnerabilities Size Updated
2022
2.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 pxc-framework-redis-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.panxiaochao.redis.constants

├─ io.github.panxiaochao.redis.constants.CacheManagerType.class - [JAR]

io.github.panxiaochao.redis.utils

├─ io.github.panxiaochao.redis.utils.RedissonUtil.class - [JAR]

io.github.panxiaochao.redis.manager

├─ io.github.panxiaochao.redis.manager.CustomizerCaffeineCacheManager.class - [JAR]

├─ io.github.panxiaochao.redis.manager.CustomizerRedissonSpringCacheManager.class - [JAR]

io.github.panxiaochao.redis.config

├─ io.github.panxiaochao.redis.config.CacheManagerAutoConfiguration.class - [JAR]

├─ io.github.panxiaochao.redis.config.Redisson3AutoConfiguration.class - [JAR]

io.github.panxiaochao.redis.utils.function

├─ io.github.panxiaochao.redis.utils.function.RLockTryFail.class - [JAR]

├─ io.github.panxiaochao.redis.utils.function.RLockTrySuccess.class - [JAR]

io.github.panxiaochao.redis.mapper

├─ io.github.panxiaochao.redis.mapper.KeyPrefixNameMapper.class - [JAR]

io.github.panxiaochao.redis.properties

├─ io.github.panxiaochao.redis.properties.Redisson3Properties.class - [JAR]