All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download cache2k-core JAR 2.6.1.Final with all dependencies


A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the implementation of the core functionality of cache2k. For using and integrating cache2k in applications please use the definitions in the cache2k-api artifact only. Classes within the implementation code are not stable within releases and may move or even disappear.

Files of the artifact cache2k-core version 2.6.1.Final from the group org.cache2k.

Artifact cache2k-core
Group org.cache2k
Version 2.6.1.Final
Last update 07. February 2022
Tags: using weight android contains please performance compatible only applications light move caching classes functionality releases cache2k integrating definitions code stable artifact implementation library core even java within high disappear this
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cache2k-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of cache2k-core Show documentation

Please rate this JAR file. Is it a good library?

16 downloads

Source code of cache2k-core version 2.6.1.Final

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.org.cache2k.cache2k-core
META-INF.maven.org.cache2k.cache2k-core.META-INF.maven.org.cache2k.cache2k-core.pom.properties
META-INF.maven.org.cache2k.cache2k-core.META-INF.maven.org.cache2k.cache2k-core.pom.xml
META-INF.native-image.org.cache2k.cache2k-core
META-INF.native-image.org.cache2k.cache2k-core.META-INF.native-image.org.cache2k.cache2k-core.native-image.properties
META-INF.native-image.org.cache2k.cache2k-core.META-INF.native-image.org.cache2k.cache2k-core.reflect-config.json
META-INF.services
META-INF.services.META-INF.services.org.cache2k.spi.Cache2kCoreProvider
.org.cache2k.impl.version.txt
org.cache2k.core
org.cache2k.core.org.cache2k.core.AbstractCacheEntry
org.cache2k.core.org.cache2k.core.BaseCache
org.cache2k.core.org.cache2k.core.BulkAction
org.cache2k.core.org.cache2k.core.BulkOperationException
org.cache2k.core.org.cache2k.core.BulkResultCollector
org.cache2k.core.org.cache2k.core.Cache2kCoreProviderImpl
org.cache2k.core.org.cache2k.core.CacheBaseInfo
org.cache2k.core.org.cache2k.core.CacheInternalError
org.cache2k.core.org.cache2k.core.CacheManagerImpl
org.cache2k.core.org.cache2k.core.CacheOperationInterruptedException
org.cache2k.core.org.cache2k.core.ConcurrentEntryIterator
org.cache2k.core.org.cache2k.core.ConcurrentMapWrapper
org.cache2k.core.org.cache2k.core.DefaultExceptionPropagator
org.cache2k.core.org.cache2k.core.DummyConfigProvider
org.cache2k.core.org.cache2k.core.Entry
org.cache2k.core.org.cache2k.core.EntryAction
org.cache2k.core.org.cache2k.core.EntryProcessingResultFactory
org.cache2k.core.org.cache2k.core.EventCounter
org.cache2k.core.org.cache2k.core.ExceptionWrapper
org.cache2k.core.org.cache2k.core.ExpiryPolicyException
org.cache2k.core.org.cache2k.core.HeapCache
org.cache2k.core.org.cache2k.core.IntHeapCache
org.cache2k.core.org.cache2k.core.IntegerTo16BitFloatingPoint
org.cache2k.core.org.cache2k.core.IntegrityState
org.cache2k.core.org.cache2k.core.InternalCache2kBuilder
org.cache2k.core.org.cache2k.core.MapValueConverterProxy
org.cache2k.core.org.cache2k.core.OperationCompletion
org.cache2k.core.org.cache2k.core.ResiliencePolicyException
org.cache2k.core.org.cache2k.core.SegmentedEviction
org.cache2k.core.org.cache2k.core.StampedHash
org.cache2k.core.org.cache2k.core.StandardCommonMetrics
org.cache2k.core.org.cache2k.core.WiredCache
org.cache2k.core.api
org.cache2k.core.api.org.cache2k.core.api.CommonMetrics
org.cache2k.core.api.org.cache2k.core.api.HealthInfoElement
org.cache2k.core.api.org.cache2k.core.api.InternalCache
org.cache2k.core.api.org.cache2k.core.api.InternalCacheBuildContext
org.cache2k.core.api.org.cache2k.core.api.InternalCacheCloseContext
org.cache2k.core.api.org.cache2k.core.api.InternalCacheInfo
org.cache2k.core.api.org.cache2k.core.api.InternalConfig
org.cache2k.core.api.org.cache2k.core.api.NeedsClose
org.cache2k.core.common
org.cache2k.core.common.org.cache2k.core.common.AbstractCacheStatistics
org.cache2k.core.common.org.cache2k.core.common.BaseCacheControl
org.cache2k.core.concurrency
org.cache2k.core.concurrency.org.cache2k.core.concurrency.DefaultThreadFactoryProvider
org.cache2k.core.concurrency.org.cache2k.core.concurrency.GlobalThreadFactory
org.cache2k.core.concurrency.org.cache2k.core.concurrency.ThreadFactoryProvider
org.cache2k.core.event
org.cache2k.core.event.org.cache2k.core.event.AsyncDispatcher
org.cache2k.core.event.org.cache2k.core.event.AsyncEvent
org.cache2k.core.eviction
org.cache2k.core.eviction.org.cache2k.core.eviction.AbstractEviction
org.cache2k.core.eviction.org.cache2k.core.eviction.ClockProPlusEviction
org.cache2k.core.eviction.org.cache2k.core.eviction.DelegatingEviction
org.cache2k.core.eviction.org.cache2k.core.eviction.Eviction
org.cache2k.core.eviction.org.cache2k.core.eviction.EvictionFactory
org.cache2k.core.eviction.org.cache2k.core.eviction.EvictionMetrics
org.cache2k.core.eviction.org.cache2k.core.eviction.HeapCacheForEviction
org.cache2k.core.eviction.org.cache2k.core.eviction.IdleScan
org.cache2k.core.eviction.org.cache2k.core.eviction.IdleScanEviction
org.cache2k.core.eviction.org.cache2k.core.eviction.InternalEvictionListener
org.cache2k.core.log
org.cache2k.core.log.org.cache2k.core.log.Log
org.cache2k.core.log.org.cache2k.core.log.LogFactory
org.cache2k.core.operation
org.cache2k.core.operation.org.cache2k.core.operation.ExaminationEntry
org.cache2k.core.operation.org.cache2k.core.operation.MutableEntryOnProgress
org.cache2k.core.operation.org.cache2k.core.operation.Operations
org.cache2k.core.operation.org.cache2k.core.operation.Progress
org.cache2k.core.operation.org.cache2k.core.operation.ResultEntry
org.cache2k.core.operation.org.cache2k.core.operation.Semantic
org.cache2k.core.spi
org.cache2k.core.spi.org.cache2k.core.spi.CacheConfigProvider
org.cache2k.core.spi.org.cache2k.core.spi.CacheLifeCycleListener
org.cache2k.core.spi.org.cache2k.core.spi.CacheManagerLifeCycleListener
org.cache2k.core.timing
org.cache2k.core.timing.org.cache2k.core.timing.DefaultSchedulerProvider
org.cache2k.core.timing.org.cache2k.core.timing.DefaultTimer
org.cache2k.core.timing.org.cache2k.core.timing.DynamicTiming
org.cache2k.core.timing.org.cache2k.core.timing.StaticTiming
org.cache2k.core.timing.org.cache2k.core.timing.Tasks
org.cache2k.core.timing.org.cache2k.core.timing.TimeAgnosticTiming
org.cache2k.core.timing.org.cache2k.core.timing.Timer
org.cache2k.core.timing.org.cache2k.core.timing.TimerEventListener
org.cache2k.core.timing.org.cache2k.core.timing.TimerStructure
org.cache2k.core.timing.org.cache2k.core.timing.TimerTask
org.cache2k.core.timing.org.cache2k.core.timing.TimerWheels
org.cache2k.core.timing.org.cache2k.core.timing.Timing
org.cache2k.core.util
org.cache2k.core.util.org.cache2k.core.util.Cache2kVersion
org.cache2k.core.util.org.cache2k.core.util.Util




© 2015 - 2024 Weber Informatics LLC | Privacy Policy