jar

io.github.rjjingar : cachew

Maven & Gradle

Feb 08, 2024
0 stars

cachew · A Java library for in-memory local cache

Table Of Contents

Latest Version

Download io.github.rjjingar : cachew JAR file - Latest Versions:

All Versions

Download io.github.rjjingar : cachew JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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

org.cachew.cache.internal

├─ org.cachew.cache.internal.CacheConfiguration.class - [JAR]

├─ org.cachew.cache.internal.CacheNode.class - [JAR]

├─ org.cachew.cache.internal.CacheStorageAdapter.class - [JAR]

org.cachew.cache

├─ org.cachew.cache.CacheOrigin.class - [JAR]

├─ org.cachew.cache.CacheStorage.class - [JAR]

├─ org.cachew.cache.CacheStorageInMem.class - [JAR]

├─ org.cachew.cache.Cachew.class - [JAR]

├─ org.cachew.cache.CachewBuilder.class - [JAR]

├─ org.cachew.cache.CachewImpl.class - [JAR]

org.cachew.cache.error

├─ org.cachew.cache.error.CachewException.class - [JAR]

├─ org.cachew.cache.error.OriginException.class - [JAR]

org.cachew.cache.eviction

├─ org.cachew.cache.eviction.EvictionPolicy.class - [JAR]

├─ org.cachew.cache.eviction.LfuEvictionPolicy.class - [JAR]

├─ org.cachew.cache.eviction.LruEvictionPolicy.class - [JAR]

├─ org.cachew.cache.eviction.SieveEvictionPolicy.class - [JAR]

org.cachew.cache.list

├─ org.cachew.cache.list.IndexedLinkedList.class - [JAR]

├─ org.cachew.cache.list.Node.class - [JAR]

├─ org.cachew.cache.list.SieveLinkedList.class - [JAR]

├─ org.cachew.cache.list.SieveNode.class - [JAR]

Advertisement