View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]