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 cache-api-1.2.2.1-jre17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
javax.cache.integration
├─ javax.cache.integration.CacheLoader.class - [JAR]
├─ javax.cache.integration.CacheLoaderException.class - [JAR]
├─ javax.cache.integration.CacheWriter.class - [JAR]
├─ javax.cache.integration.CacheWriterException.class - [JAR]
├─ javax.cache.integration.CompletionListener.class - [JAR]
├─ javax.cache.integration.CompletionListenerFuture.class - [JAR]
javax.cache.configuration
├─ javax.cache.configuration.CacheEntryListenerConfiguration.class - [JAR]
├─ javax.cache.configuration.CompleteConfiguration.class - [JAR]
├─ javax.cache.configuration.Configuration.class - [JAR]
├─ javax.cache.configuration.Factory.class - [JAR]
├─ javax.cache.configuration.FactoryBuilder.class - [JAR]
├─ javax.cache.configuration.MutableCacheEntryListenerConfiguration.class - [JAR]
├─ javax.cache.configuration.MutableConfiguration.class - [JAR]
├─ javax.cache.configuration.OptionalFeature.class - [JAR]
javax.cache.management
├─ javax.cache.management.CacheMXBean.class - [JAR]
├─ javax.cache.management.CacheStatisticsMXBean.class - [JAR]
javax.cache
├─ javax.cache.Cache.class - [JAR]
├─ javax.cache.CacheException.class - [JAR]
├─ javax.cache.CacheManager.class - [JAR]
├─ javax.cache.Caching.class - [JAR]
javax.cache.expiry
├─ javax.cache.expiry.AccessedExpiryPolicy.class - [JAR]
├─ javax.cache.expiry.CreatedExpiryPolicy.class - [JAR]
├─ javax.cache.expiry.Duration.class - [JAR]
├─ javax.cache.expiry.EternalExpiryPolicy.class - [JAR]
├─ javax.cache.expiry.ExpiryPolicy.class - [JAR]
├─ javax.cache.expiry.ModifiedExpiryPolicy.class - [JAR]
├─ javax.cache.expiry.TouchedExpiryPolicy.class - [JAR]
javax.cache.spi
├─ javax.cache.spi.CachingProvider.class - [JAR]
javax.cache.event
├─ javax.cache.event.CacheEntryCreatedListener.class - [JAR]
├─ javax.cache.event.CacheEntryEvent.class - [JAR]
├─ javax.cache.event.CacheEntryEventFilter.class - [JAR]
├─ javax.cache.event.CacheEntryExpiredListener.class - [JAR]
├─ javax.cache.event.CacheEntryListener.class - [JAR]
├─ javax.cache.event.CacheEntryListenerException.class - [JAR]
├─ javax.cache.event.CacheEntryRemovedListener.class - [JAR]
├─ javax.cache.event.CacheEntryUpdatedListener.class - [JAR]
├─ javax.cache.event.EventType.class - [JAR]
javax.cache.processor
├─ javax.cache.processor.EntryProcessor.class - [JAR]
├─ javax.cache.processor.EntryProcessorException.class - [JAR]
├─ javax.cache.processor.EntryProcessorResult.class - [JAR]
├─ javax.cache.processor.MutableEntry.class - [JAR]
javax.cache.annotation
├─ javax.cache.annotation.CacheDefaults.class - [JAR]
├─ javax.cache.annotation.CacheInvocationContext.class - [JAR]
├─ javax.cache.annotation.CacheInvocationParameter.class - [JAR]
├─ javax.cache.annotation.CacheKey.class - [JAR]
├─ javax.cache.annotation.CacheKeyGenerator.class - [JAR]
├─ javax.cache.annotation.CacheKeyInvocationContext.class - [JAR]
├─ javax.cache.annotation.CacheMethodDetails.class - [JAR]
├─ javax.cache.annotation.CachePut.class - [JAR]
├─ javax.cache.annotation.CacheRemove.class - [JAR]
├─ javax.cache.annotation.CacheRemoveAll.class - [JAR]
├─ javax.cache.annotation.CacheResolver.class - [JAR]
├─ javax.cache.annotation.CacheResolverFactory.class - [JAR]
├─ javax.cache.annotation.CacheResult.class - [JAR]
├─ javax.cache.annotation.CacheValue.class - [JAR]
├─ javax.cache.annotation.GeneratedCacheKey.class - [JAR]