jar

com.pongsky.kit : spring-boot-starter-cache-redis

Maven & Gradle

Oct 27, 2022
8 stars

java-enhancement-kit · Java 增强套件 之 Redis 缓存 Spring Boot Starter 模块

Table Of Contents

Latest Version

Download com.pongsky.kit : spring-boot-starter-cache-redis JAR file - Latest Versions:

All Versions

Download com.pongsky.kit : spring-boot-starter-cache-redis JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
3.11.x
3.10.x
3.9.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 spring-boot-starter-cache-redis-4.1.3-2.4.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pongsky.kit.cache.redis.handler

├─ com.pongsky.kit.cache.redis.handler.PreventDuplicationHandler.class - [JAR]

├─ com.pongsky.kit.cache.redis.handler.RateLimitHandler.class - [JAR]

com.pongsky.kit.cache.redis.web.aspect.afterreturning

├─ com.pongsky.kit.cache.redis.web.aspect.afterreturning.CacheRemoveAspect.class - [JAR]

com.pongsky.kit.cache.redis.manager

├─ com.pongsky.kit.cache.redis.manager.RedisAutoCacheManager.class - [JAR]

com.pongsky.kit.cache.redis.script

├─ com.pongsky.kit.cache.redis.script.RedisRateLimitScript.class - [JAR]

com.pongsky.kit.cache.redis.web.aspect.before

├─ com.pongsky.kit.cache.redis.web.aspect.before.PreventDuplicationAspect.class - [JAR]

├─ com.pongsky.kit.cache.redis.web.aspect.before.RateLimitAspect.class - [JAR]

com.pongsky.kit.cache.redis.serializer

├─ com.pongsky.kit.cache.redis.serializer.StringRedisSerializer.class - [JAR]

com.pongsky.kit.cache.redis.utils

├─ com.pongsky.kit.cache.redis.utils.SpElUtils.class - [JAR]

com.pongsky.kit.cache.redis.service

├─ com.pongsky.kit.cache.redis.service.RateLimitService.class - [JAR]

com.pongsky.kit.cache.redis.annotation

├─ com.pongsky.kit.cache.redis.annotation.CacheRemove.class - [JAR]

├─ com.pongsky.kit.cache.redis.annotation.DistributedLock.class - [JAR]

├─ com.pongsky.kit.cache.redis.annotation.PreventDuplication.class - [JAR]

├─ com.pongsky.kit.cache.redis.annotation.RemoveCaching.class - [JAR]

com.pongsky.kit.cache.redis.config

├─ com.pongsky.kit.cache.redis.config.DistributedLockConfig.class - [JAR]

├─ com.pongsky.kit.cache.redis.config.RedisCacheConfig.class - [JAR]

com.pongsky.kit.cache.redis.properties

├─ com.pongsky.kit.cache.redis.properties.DistributedLockProperties.class - [JAR]

├─ com.pongsky.kit.cache.redis.properties.PreventDuplicationProperties.class - [JAR]

├─ com.pongsky.kit.cache.redis.properties.RateLimitProperties.class - [JAR]

├─ com.pongsky.kit.cache.redis.properties.RedisCacheProperties.class - [JAR]

com.pongsky.kit.cache.redis.autoconfigure

├─ com.pongsky.kit.cache.redis.autoconfigure.RedisCacheAutoConfiguration.class - [JAR]

├─ com.pongsky.kit.cache.redis.autoconfigure.RedisCacheManagerAutoConfiguration.class - [JAR]

com.pongsky.kit.cache.redis.web.aspect.around

├─ com.pongsky.kit.cache.redis.web.aspect.around.DistributedLockAspect.class - [JAR]