jar

com.github.lekhana3003 : SimplCache

Maven & Gradle

Jul 05, 2020
2 stars

SimplCache · An easy java cache library

Table Of Contents

Latest Version

Download com.github.lekhana3003 : SimplCache JAR file - Latest Versions:

All Versions

Download com.github.lekhana3003 : SimplCache JAR file - All Versions:

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

com.SimplCache.DatabaseInterfaces

├─ com.SimplCache.DatabaseInterfaces.CacheDB.class - [JAR]

├─ com.SimplCache.DatabaseInterfaces.PersistentDB.class - [JAR]

com.SimplCache.Utilities

├─ com.SimplCache.Utilities.SizeOfObject.class - [JAR]

com.SimplCache.Models

├─ com.SimplCache.Models.CacheObject.class - [JAR]

├─ com.SimplCache.Models.CacheQueue.class - [JAR]

├─ com.SimplCache.Models.CacheQueueImpl.class - [JAR]

├─ com.SimplCache.Models.LRUEviction.class - [JAR]

├─ com.SimplCache.Models.SimplCache.class - [JAR]

├─ com.SimplCache.Models.SimplCacheAdapter.class - [JAR]

├─ com.SimplCache.Models.SimplCacheEncryptor.class - [JAR]

├─ com.SimplCache.Models.SimplCacheEncryptorImpl.class - [JAR]

├─ com.SimplCache.Models.TimeEviction.class - [JAR]

├─ com.SimplCache.Models.WriteBackPolicy.class - [JAR]

├─ com.SimplCache.Models.WriteThroughPolicy.class - [JAR]

com.SimplCache.Exceptions

├─ com.SimplCache.Exceptions.SaveStateException.class - [JAR]