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 juncacher-core-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ppodgorsek.juncacher.model.impl
├─ com.github.ppodgorsek.juncacher.model.impl.ClassInvalidationEntryType.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.impl.DefaultInvalidationEntryType.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.impl.IdentifiedInvalidationEntry.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.impl.SimpleInvalidationEntryType.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.impl.TypedInvalidationEntry.class - [JAR]
com.github.ppodgorsek.juncacher.manager
├─ com.github.ppodgorsek.juncacher.manager.InvalidationManager.class - [JAR]
com.github.ppodgorsek.juncacher.interceptor
├─ com.github.ppodgorsek.juncacher.interceptor.InvalidationInterceptor.class - [JAR]
com.github.ppodgorsek.juncacher.model
├─ com.github.ppodgorsek.juncacher.model.IdentifiableInvalidationEntry.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.InvalidationEntry.class - [JAR]
├─ com.github.ppodgorsek.juncacher.model.InvalidationEntryType.class - [JAR]
com.github.ppodgorsek.juncacher.interceptor.impl
├─ com.github.ppodgorsek.juncacher.interceptor.impl.AbstractDisablingInvalidationInterceptor.class - [JAR]
com.github.ppodgorsek.juncacher.strategy
├─ com.github.ppodgorsek.juncacher.strategy.InvalidationStrategy.class - [JAR]
com.github.ppodgorsek.juncacher.processor
├─ com.github.ppodgorsek.juncacher.processor.InvalidationProcessor.class - [JAR]
com.github.ppodgorsek.juncacher.collector.impl
├─ com.github.ppodgorsek.juncacher.collector.impl.CompositeInvalidationCollector.class - [JAR]
├─ com.github.ppodgorsek.juncacher.collector.impl.DelegateInvalidationCollector.class - [JAR]
├─ com.github.ppodgorsek.juncacher.collector.impl.InMemoryInvalidationCollector.class - [JAR]
├─ com.github.ppodgorsek.juncacher.collector.impl.NoOpInvalidationCollector.class - [JAR]
com.github.ppodgorsek.juncacher.manager.impl
├─ com.github.ppodgorsek.juncacher.manager.impl.ProcessorInvalidationManager.class - [JAR]
com.github.ppodgorsek.juncacher.exception
├─ com.github.ppodgorsek.juncacher.exception.InvalidationException.class - [JAR]
com.github.ppodgorsek.juncacher.processor.impl
├─ com.github.ppodgorsek.juncacher.processor.impl.CacheLayerInvalidationProcessor.class - [JAR]
com.github.ppodgorsek.juncacher.collector
├─ com.github.ppodgorsek.juncacher.collector.InvalidationCollector.class - [JAR]