jar

io.github.vashilk : redis-cache

Maven & Gradle

Aug 08, 2023
1 stars

Redis-cache · Based on Springboot's implementation of Redis with added functionality.

Table Of Contents

Latest Version

Download io.github.vashilk : redis-cache JAR file - Latest Versions:

All Versions

Download io.github.vashilk : redis-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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

org.nki.redis.cache.annotations

├─ org.nki.redis.cache.annotations.CacheRelease.class - [JAR]

├─ org.nki.redis.cache.annotations.CacheSave.class - [JAR]

├─ org.nki.redis.cache.annotations.CacheSync.class - [JAR]

├─ org.nki.redis.cache.annotations.RedisCacheSerializable.class - [JAR]

org.nki.redis.cache.model

├─ org.nki.redis.cache.model.MethodInvocation.class - [JAR]

├─ org.nki.redis.cache.model.TestModel.class - [JAR]

├─ org.nki.redis.cache.model.WrapperPair.class - [JAR]

org.nki.redis.cache.utils

├─ org.nki.redis.cache.utils.CacheHelper.class - [JAR]

├─ org.nki.redis.cache.utils.Generator.class - [JAR]

├─ org.nki.redis.cache.utils.Transformer.class - [JAR]

org.nki.redis.cache.annotations.impl

├─ org.nki.redis.cache.annotations.impl.CacheReleaseHandler.class - [JAR]

├─ org.nki.redis.cache.annotations.impl.CacheSaveHandler.class - [JAR]

├─ org.nki.redis.cache.annotations.impl.CacheSyncHandler.class - [JAR]