jar

org.ehcache.modules : ehcache-core

Maven & Gradle

Feb 15, 2023
9 usages
1.9k stars

Ehcache 3 Core module · The Core module of Ehcache 3

Table Of Contents

Latest Version

Download org.ehcache.modules : ehcache-core JAR file - Latest Versions:

All Versions

Download org.ehcache.modules : ehcache-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.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 ehcache-core-3.9.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ehcache.core.config.store

├─ org.ehcache.core.config.store.StoreEventSourceConfiguration.class - [JAR]

├─ org.ehcache.core.config.store.StoreStatisticsConfiguration.class - [JAR]

org.ehcache.core.exceptions

├─ org.ehcache.core.exceptions.ExceptionFactory.class - [JAR]

├─ org.ehcache.core.exceptions.StorePassThroughException.class - [JAR]

org.ehcache.core.spi

├─ org.ehcache.core.spi.LifeCycled.class - [JAR]

├─ org.ehcache.core.spi.LifeCycledAdapter.class - [JAR]

├─ org.ehcache.core.spi.ServiceLocator.class - [JAR]

org.ehcache.core

├─ org.ehcache.core.CacheConfigurationChangeEvent.class - [JAR]

├─ org.ehcache.core.CacheConfigurationChangeListener.class - [JAR]

├─ org.ehcache.core.CacheConfigurationProperty.class - [JAR]

├─ org.ehcache.core.DefaultCacheManagerProviderService.class - [JAR]

├─ org.ehcache.core.Ehcache.class - [JAR]

├─ org.ehcache.core.EhcacheBase.class - [JAR]

├─ org.ehcache.core.EhcacheManager.class - [JAR]

├─ org.ehcache.core.EhcacheRuntimeConfiguration.class - [JAR]

├─ org.ehcache.core.HumanReadable.class - [JAR]

├─ org.ehcache.core.InternalCache.class - [JAR]

├─ org.ehcache.core.InternalRuntimeConfiguration.class - [JAR]

├─ org.ehcache.core.InternalStatus.class - [JAR]

├─ org.ehcache.core.Jsr107Cache.class - [JAR]

├─ org.ehcache.core.PersistentUserManagedEhcache.class - [JAR]

├─ org.ehcache.core.SpecIterator.class - [JAR]

├─ org.ehcache.core.StatusTransitioner.class - [JAR]

org.ehcache.core.spi.store.tiering

├─ org.ehcache.core.spi.store.tiering.AuthoritativeTier.class - [JAR]

├─ org.ehcache.core.spi.store.tiering.CachingTier.class - [JAR]

├─ org.ehcache.core.spi.store.tiering.HigherCachingTier.class - [JAR]

├─ org.ehcache.core.spi.store.tiering.LowerCachingTier.class - [JAR]

org.ehcache.core.spi.store

├─ org.ehcache.core.spi.store.AbstractValueHolder.class - [JAR]

├─ org.ehcache.core.spi.store.AbstractWrapperStoreProvider.class - [JAR]

├─ org.ehcache.core.spi.store.ConfigurationChangeSupport.class - [JAR]

├─ org.ehcache.core.spi.store.InternalCacheManager.class - [JAR]

├─ org.ehcache.core.spi.store.Store.class - [JAR]

├─ org.ehcache.core.spi.store.WrapperStore.class - [JAR]

org.ehcache.core.collections

├─ org.ehcache.core.collections.ConcurrentWeakIdentityHashMap.class - [JAR]

org.ehcache.core.internal.util

├─ org.ehcache.core.internal.util.ValueSuppliers.class - [JAR]

org.ehcache.core.config

├─ org.ehcache.core.config.CoreConfigurationBuilder.class - [JAR]

├─ org.ehcache.core.config.DefaultConfiguration.class - [JAR]

├─ org.ehcache.core.config.ExpiryUtils.class - [JAR]

org.ehcache.core.spi.store.events

├─ org.ehcache.core.spi.store.events.StoreEvent.class - [JAR]

├─ org.ehcache.core.spi.store.events.StoreEventFilter.class - [JAR]

├─ org.ehcache.core.spi.store.events.StoreEventListener.class - [JAR]

├─ org.ehcache.core.spi.store.events.StoreEventSource.class - [JAR]

org.ehcache.core.internal.statistics

├─ org.ehcache.core.internal.statistics.DefaultCacheStatistics.class - [JAR]

├─ org.ehcache.core.internal.statistics.DefaultStatisticsService.class - [JAR]

├─ org.ehcache.core.internal.statistics.DefaultStatisticsServiceFactory.class - [JAR]

├─ org.ehcache.core.internal.statistics.DefaultTierStatistics.class - [JAR]

├─ org.ehcache.core.internal.statistics.DelegatedMappedOperationStatistics.class - [JAR]

├─ org.ehcache.core.internal.statistics.DelegatingOperationObserver.class - [JAR]

├─ org.ehcache.core.internal.statistics.DelegatingOperationStatistic.class - [JAR]

├─ org.ehcache.core.internal.statistics.StatsUtils.class - [JAR]

org.ehcache.core.statistics

├─ org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.BulkOps.class - [JAR]

├─ org.ehcache.core.statistics.CacheOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.CacheStatistics.class - [JAR]

├─ org.ehcache.core.statistics.CachingTierOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.ChainedObserver.class - [JAR]

├─ org.ehcache.core.statistics.ChainedOperationObserver.class - [JAR]

├─ org.ehcache.core.statistics.HigherCachingTierOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.LowerCachingTierOperationsOutcome.class - [JAR]

├─ org.ehcache.core.statistics.OperationObserver.class - [JAR]

├─ org.ehcache.core.statistics.OperationStatistic.class - [JAR]

├─ org.ehcache.core.statistics.SourceStatistic.class - [JAR]

├─ org.ehcache.core.statistics.StatisticType.class - [JAR]

├─ org.ehcache.core.statistics.StoreOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.SuppliedValueStatistic.class - [JAR]

├─ org.ehcache.core.statistics.TierOperationOutcomes.class - [JAR]

├─ org.ehcache.core.statistics.TierStatistics.class - [JAR]

├─ org.ehcache.core.statistics.ValueStatistic.class - [JAR]

├─ org.ehcache.core.statistics.ZeroOperationStatistic.class - [JAR]

org.ehcache.core.util

├─ org.ehcache.core.util.ByteBufferInputStream.class - [JAR]

├─ org.ehcache.core.util.ClassLoading.class - [JAR]

├─ org.ehcache.core.util.CollectionUtil.class - [JAR]

org.ehcache.core.internal.resilience

├─ org.ehcache.core.internal.resilience.ThrowingResilienceStrategy.class - [JAR]

org.ehcache.core.osgi

├─ org.ehcache.core.osgi.EhcacheActivator.class - [JAR]

├─ org.ehcache.core.osgi.OsgiServiceLoader.class - [JAR]

├─ org.ehcache.core.osgi.SafeOsgi.class - [JAR]

org.ehcache.core.spi.store.heap

├─ org.ehcache.core.spi.store.heap.LimitExceededException.class - [JAR]

├─ org.ehcache.core.spi.store.heap.SizeOfEngine.class - [JAR]

├─ org.ehcache.core.spi.store.heap.SizeOfEngineProvider.class - [JAR]

org.ehcache.core.resilience

├─ org.ehcache.core.resilience.DefaultRecoveryStore.class - [JAR]

org.ehcache.core.spi.service

├─ org.ehcache.core.spi.service.CacheManagerProviderService.class - [JAR]

├─ org.ehcache.core.spi.service.DiskResourceService.class - [JAR]

├─ org.ehcache.core.spi.service.ExecutionService.class - [JAR]

├─ org.ehcache.core.spi.service.FileBasedPersistenceContext.class - [JAR]

├─ org.ehcache.core.spi.service.LocalPersistenceService.class - [JAR]

├─ org.ehcache.core.spi.service.ServiceFactory.class - [JAR]

├─ org.ehcache.core.spi.service.ServiceUtils.class - [JAR]

├─ org.ehcache.core.spi.service.StatisticsService.class - [JAR]

org.ehcache.core.store

├─ org.ehcache.core.store.StoreConfigurationImpl.class - [JAR]

├─ org.ehcache.core.store.StoreSupport.class - [JAR]

org.ehcache.core.events

├─ org.ehcache.core.events.CacheEventDispatcher.class - [JAR]

├─ org.ehcache.core.events.CacheEventDispatcherFactory.class - [JAR]

├─ org.ehcache.core.events.CacheEventListenerConfiguration.class - [JAR]

├─ org.ehcache.core.events.CacheEventListenerProvider.class - [JAR]

├─ org.ehcache.core.events.CacheEvents.class - [JAR]

├─ org.ehcache.core.events.CacheManagerListener.class - [JAR]

├─ org.ehcache.core.events.EventListenerWrapper.class - [JAR]

├─ org.ehcache.core.events.NullStoreEventDispatcher.class - [JAR]

├─ org.ehcache.core.events.StateChangeListener.class - [JAR]

├─ org.ehcache.core.events.StoreEventDispatcher.class - [JAR]

├─ org.ehcache.core.events.StoreEventSink.class - [JAR]

org.ehcache.core.spi.time

├─ org.ehcache.core.spi.time.SystemTimeSource.class - [JAR]

├─ org.ehcache.core.spi.time.TickingTimeSource.class - [JAR]

├─ org.ehcache.core.spi.time.TimeSource.class - [JAR]

├─ org.ehcache.core.spi.time.TimeSourceService.class - [JAR]

Advertisement

Dependencies from Group

Feb 15, 2023
13 usages
1.9k stars
Feb 15, 2023
10 usages
1.9k stars
Feb 15, 2023
9 usages
1.9k stars
Feb 15, 2023
6 usages
1.9k stars
Oct 14, 2022
6 usages
1.9k stars

Discover Dependencies

Jun 06, 2016
2 usages
Aug 25, 2017
3 usages
43 stars
Jan 03, 2019
3 usages
111 stars
Sep 24, 2019
2 usages
6 stars
Apr 03, 2020
2 usages
29 stars
Apr 10, 2020
1 usages
21 stars
Jun 24, 2023
4 usages
15 stars
Jul 13, 2023
2 usages
Jan 29, 2022
19 usages
4 stars