jar

io.github.pavleprica : kotlin-cache

Maven & Gradle

Apr 11, 2022
1 stars

kotlin-cache · Kotlin cache is a lib that offers various caching types to be used locally in code.

Table Of Contents

Latest Version

Download io.github.pavleprica : kotlin-cache JAR file - Latest Versions:

All Versions

Download io.github.pavleprica : kotlin-cache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
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 kotlin-cache-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pavleprica.kotlin.cache

├─ io.github.pavleprica.kotlin.cache.Cache.class - [JAR]

io.github.pavleprica.kotlin.cache.time.based

├─ io.github.pavleprica.kotlin.cache.time.based.CustomTimeBasedCache.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.CustomTimeBasedCacheKt.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.LongTimeBasedCache.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.LongTimeBasedCacheKt.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.ShortTimeBasedCache.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.ShortTimeBasedCacheKt.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.TimeBasedCache.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.time.based.TimeBasedCacheKt.class - [JAR]

io.github.pavleprica.kotlin.cache.permanent

├─ io.github.pavleprica.kotlin.cache.permanent.PermanentCache.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.permanent.PermanentCacheKt.class - [JAR]

io.github.pavleprica.kotlin.cache.model

├─ io.github.pavleprica.kotlin.cache.model.CustomTimeBasedValue.class - [JAR]

├─ io.github.pavleprica.kotlin.cache.model.KeyTimeWrapper.class - [JAR]

Advertisement