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.4.1.Final with all dependencies


This package provides the implementation of all basic cache2k features. cache2k is a well engineered high performance in-memory Java cache. It implements latest eviction algorithms and coding techniques to achieve performance about 10 times better then existing cache solutions. cache2k comes with a clean and concise API. The API is currently still evolving until version 1.0 is reached.

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

Test

Artifact cache2k-core
Group org.cache2k
Version 2.4.1.Final
Last update 28. October 2021
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 2
Dependencies cache2k-api, cache2k-jmx-api,
There are maybe transitive dependencies!
There is a newer version: 2.6.1.Final
Show 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.4.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.CacheClosedException
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.CommonMetricsFactory
org.cache2k.core.org.cache2k.core.ConcurrentEntryIterator
org.cache2k.core.org.cache2k.core.ConcurrentMapWrapper
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.Hash2
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.SingleProviderResolver
org.cache2k.core.org.cache2k.core.StandardCommonMetrics
org.cache2k.core.org.cache2k.core.StandardCommonMetricsFactory
org.cache2k.core.org.cache2k.core.StandardExceptionPropagator
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.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.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.InternalEvictionListener
org.cache2k.core.eviction.org.cache2k.core.eviction.RandomEviction
org.cache2k.core.experimentalApi
org.cache2k.core.experimentalApi.org.cache2k.core.experimentalApi.AsyncCacheWriter
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.TunableConstants
org.cache2k.core.util.org.cache2k.core.util.TunableFactory
org.cache2k.core.util.org.cache2k.core.util.Util




© 2015 - 2024 Weber Informatics LLC | Privacy Policy