jar

com.github.spt-oss : spring-boot-starter-data-redis

Maven & Gradle

Dec 30, 2018
Table Of Contents

Latest Version

Download com.github.spt-oss : spring-boot-starter-data-redis JAR file - Latest Versions:

All Versions

Download com.github.spt-oss : spring-boot-starter-data-redis JAR file - All Versions:

Version Vulnerabilities Size Updated
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 spring-boot-starter-data-redis-2.0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.cache.interceptor

├─ org.springframework.cache.interceptor.RedisKeyGenerator.class - [JAR]

org.springframework.boot.autoconfigure.cache

├─ org.springframework.boot.autoconfigure.cache.CustomCacheAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.cache.CustomCacheProperties.class - [JAR]

├─ org.springframework.boot.autoconfigure.cache.CustomRedisCacheConfiguration.class - [JAR]

org.springframework.data.redis.cache

├─ org.springframework.data.redis.cache.CustomRedisCacheManager.class - [JAR]

├─ org.springframework.data.redis.cache.MockRedisCacheManager.class - [JAR]

├─ org.springframework.data.redis.cache.MockRedisCacheWriter.class - [JAR]

org.springframework.cache.annotation

├─ org.springframework.cache.annotation.CacheParam.class - [JAR]

org.springframework.data.redis.serializer

├─ org.springframework.data.redis.serializer.SimpleJackson2JsonRedisSerializer.class - [JAR]

org.springframework.boot.autoconfigure.data.redis

├─ org.springframework.boot.autoconfigure.data.redis.CustomLettuceConnectionConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.data.redis.CustomRedisAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.data.redis.CustomRedisProperties.class - [JAR]