jar

io.github.kezhenxu94 : cache-lite

Maven & Gradle

Sep 02, 2020
109 stars

cache-lite · An extremely light-weight cache framework for Kotlin

Table Of Contents

Latest Version

Download io.github.kezhenxu94 : cache-lite JAR file - Latest Versions:

All Versions

Download io.github.kezhenxu94 : cache-lite JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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-lite-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kezhenxu94.cache.lite

├─ io.github.kezhenxu94.cache.lite.CacheKt.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.GenericCache.class - [JAR]

io.github.kezhenxu94.cache.lite.impl

├─ io.github.kezhenxu94.cache.lite.impl.ExpirableCache.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.impl.FIFOCache.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.impl.LRUCache.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.impl.PerpetualCache.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.impl.SoftCache.class - [JAR]

├─ io.github.kezhenxu94.cache.lite.impl.WeakCache.class - [JAR]

Advertisement