jar

org.cache2k : cache2k-api

Maven & Gradle

Feb 07, 2022
27 usages
512 stars

cache2k API · A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the official API of cache2k.

Table Of Contents

Latest Version

Download org.cache2k : cache2k-api JAR file - Latest Versions:

All Versions

Download org.cache2k : cache2k-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.9.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.28
0.27
0.26
0.25
0.24
0.23.x
0.23
0.22.x
0.22
0.21.x
0.21
0.20
0.19.x

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

org.cache2k.io

├─ org.cache2k.io.AdvancedCacheLoader.class - [JAR]

├─ org.cache2k.io.AsyncBulkCacheLoader.class - [JAR]

├─ org.cache2k.io.AsyncCacheLoader.class - [JAR]

├─ org.cache2k.io.BulkCacheLoader.class - [JAR]

├─ org.cache2k.io.CacheLoader.class - [JAR]

├─ org.cache2k.io.CacheLoaderException.class - [JAR]

├─ org.cache2k.io.CacheWriter.class - [JAR]

├─ org.cache2k.io.CacheWriterException.class - [JAR]

├─ org.cache2k.io.ExceptionPropagator.class - [JAR]

├─ org.cache2k.io.LoadExceptionInfo.class - [JAR]

├─ org.cache2k.io.ResiliencePolicy.class - [JAR]

├─ org.cache2k.io.package-info.class - [JAR]

org.cache2k.config

├─ org.cache2k.config.BeanMarker.class - [JAR]

├─ org.cache2k.config.Cache2kConfig.class - [JAR]

├─ org.cache2k.config.Cache2kManagerConfig.class - [JAR]

├─ org.cache2k.config.CacheBuildContext.class - [JAR]

├─ org.cache2k.config.CacheType.class - [JAR]

├─ org.cache2k.config.CacheTypeCapture.class - [JAR]

├─ org.cache2k.config.CacheWrapper.class - [JAR]

├─ org.cache2k.config.ConfigBean.class - [JAR]

├─ org.cache2k.config.ConfigBuilder.class - [JAR]

├─ org.cache2k.config.ConfigSection.class - [JAR]

├─ org.cache2k.config.ConfigWithSections.class - [JAR]

├─ org.cache2k.config.CustomizationReferenceSupplier.class - [JAR]

├─ org.cache2k.config.CustomizationSupplier.class - [JAR]

├─ org.cache2k.config.CustomizationSupplierByClassName.class - [JAR]

├─ org.cache2k.config.DataCustomizationSupplier.class - [JAR]

├─ org.cache2k.config.Feature.class - [JAR]

├─ org.cache2k.config.SectionBuilder.class - [JAR]

├─ org.cache2k.config.SectionContainer.class - [JAR]

├─ org.cache2k.config.SingleFeature.class - [JAR]

├─ org.cache2k.config.ToggleFeature.class - [JAR]

├─ org.cache2k.config.ValidatingConfigBean.class - [JAR]

├─ org.cache2k.config.WithSection.class - [JAR]

├─ org.cache2k.config.package-info.class - [JAR]

org.cache2k.operation

├─ org.cache2k.operation.CacheControl.class - [JAR]

├─ org.cache2k.operation.CacheInfo.class - [JAR]

├─ org.cache2k.operation.CacheOperation.class - [JAR]

├─ org.cache2k.operation.CacheStatistics.class - [JAR]

├─ org.cache2k.operation.Scheduler.class - [JAR]

├─ org.cache2k.operation.TimeReference.class - [JAR]

├─ org.cache2k.operation.Weigher.class - [JAR]

├─ org.cache2k.operation.package-info.class - [JAR]

org.cache2k.expiry

├─ org.cache2k.expiry.Expiry.class - [JAR]

├─ org.cache2k.expiry.ExpiryPolicy.class - [JAR]

├─ org.cache2k.expiry.ExpiryTimeValues.class - [JAR]

├─ org.cache2k.expiry.ValueWithExpiryTime.class - [JAR]

├─ org.cache2k.expiry.package-info.class - [JAR]

org.cache2k.event

├─ org.cache2k.event.CacheClosedListener.class - [JAR]

├─ org.cache2k.event.CacheCreatedListener.class - [JAR]

├─ org.cache2k.event.CacheEntryCreatedListener.class - [JAR]

├─ org.cache2k.event.CacheEntryEvictedListener.class - [JAR]

├─ org.cache2k.event.CacheEntryExpiredListener.class - [JAR]

├─ org.cache2k.event.CacheEntryOperationListener.class - [JAR]

├─ org.cache2k.event.CacheEntryRemovedListener.class - [JAR]

├─ org.cache2k.event.CacheEntryUpdatedListener.class - [JAR]

├─ org.cache2k.event.CacheEventListenerException.class - [JAR]

├─ org.cache2k.event.CacheLifecycleListener.class - [JAR]

├─ org.cache2k.event.package-info.class - [JAR]

org.cache2k.processor

├─ org.cache2k.processor.EntryMutator.class - [JAR]

├─ org.cache2k.processor.EntryProcessingException.class - [JAR]

├─ org.cache2k.processor.EntryProcessingResult.class - [JAR]

├─ org.cache2k.processor.EntryProcessor.class - [JAR]

├─ org.cache2k.processor.MutableCacheEntry.class - [JAR]

├─ org.cache2k.processor.RestartException.class - [JAR]

├─ org.cache2k.processor.package-info.class - [JAR]

org.cache2k.annotation

├─ org.cache2k.annotation.NonNull.class - [JAR]

├─ org.cache2k.annotation.NonNullApi.class - [JAR]

├─ org.cache2k.annotation.Nullable.class - [JAR]

org.cache2k.spi

├─ org.cache2k.spi.Cache2kCoreProvider.class - [JAR]

├─ org.cache2k.spi.package-info.class - [JAR]

org.cache2k

├─ org.cache2k.AbstractCache.class - [JAR]

├─ org.cache2k.Cache.class - [JAR]

├─ org.cache2k.Cache2kBuilder.class - [JAR]

├─ org.cache2k.CacheClosedException.class - [JAR]

├─ org.cache2k.CacheEntry.class - [JAR]

├─ org.cache2k.CacheException.class - [JAR]

├─ org.cache2k.CacheManager.class - [JAR]

├─ org.cache2k.Customization.class - [JAR]

├─ org.cache2k.CustomizationException.class - [JAR]

├─ org.cache2k.DataAware.class - [JAR]

├─ org.cache2k.DataAwareCustomization.class - [JAR]

├─ org.cache2k.ForwardingCache.class - [JAR]

├─ org.cache2k.KeyValueSource.class - [JAR]

├─ org.cache2k.package-info.class - [JAR]

Advertisement

Dependencies from Group

Feb 07, 2022
32 usages
512 stars
Feb 07, 2022
27 usages
512 stars
Jul 02, 2018
13 usages
685 stars
Feb 07, 2022
7 usages
512 stars
Oct 09, 2020
5 usages
685 stars

Discover Dependencies

May 14, 2022
264 usages
May 14, 2022
347 usages
May 14, 2022
1 usages
Aug 02, 2023
1 usages
Aug 02, 2023
May 09, 2021
327 usages
Nov 02, 2016
39 usages
36.2k stars