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 molgenis-data-cache-8.4.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.molgenis.data.cache.l1
├─ org.molgenis.data.cache.l1.L1Cache.class - [JAR]
├─ org.molgenis.data.cache.l1.L1CacheJanitor.class - [JAR]
├─ org.molgenis.data.cache.l1.L1CacheJanitorImpl.class - [JAR]
├─ org.molgenis.data.cache.l1.L1CacheRepositoryDecorator.class - [JAR]
org.molgenis.data.cache.l2
├─ org.molgenis.data.cache.l2.L2Cache.class - [JAR]
├─ org.molgenis.data.cache.l2.L2CacheRepositoryDecorator.class - [JAR]
org.molgenis.data.cache.l3
├─ org.molgenis.data.cache.l3.L3Cache.class - [JAR]
├─ org.molgenis.data.cache.l3.L3CacheRepositoryDecorator.class - [JAR]
org.molgenis.data.cache.utils
├─ org.molgenis.data.cache.utils.CacheHit.class - [JAR]
├─ org.molgenis.data.cache.utils.CombinedEntityCache.class - [JAR]
├─ org.molgenis.data.cache.utils.EntityHydration.class - [JAR]