Class Hierarchy
- java.lang.Object
- org.cache2k.impl.xmlConfiguration.AbstractConfigurationTokenizer (implements org.cache2k.impl.xmlConfiguration.ConfigurationTokenizer)
- org.cache2k.core.AbstractEviction (implements org.cache2k.core.Eviction, org.cache2k.core.EvictionMetrics)
- org.cache2k.core.event.AsyncDispatcher<K>
- org.cache2k.core.event.AsyncEvent<K>
- org.cache2k.core.BaseCache<K,V> (implements org.cache2k.core.InternalCache<K,V>)
- org.cache2k.impl.xmlConfiguration.BeanPropertyMutator
- org.cache2k.core.Cache2kCoreProviderImpl (implements org.cache2k.spi.Cache2kCoreProvider)
- org.cache2k.core.util.Cache2kVersion
- org.cache2k.impl.xmlConfiguration.CacheConfigurationProviderImpl (implements org.cache2k.core.spi.CacheConfigurationProvider)
- org.cache2k.CacheManager (implements java.io.Closeable)
- org.cache2k.impl.serverSide.CacheMXBeanImpl (implements org.cache2k.jmx.CacheMXBean)
- org.cache2k.core.util.ClockDefaultImpl (implements org.cache2k.core.util.InternalClock)
- org.cache2k.core.CollisionInfo
- org.cache2k.core.CommonMetrics.BlackHole (implements org.cache2k.core.CommonMetrics.Updater)
- org.cache2k.core.ConcurrentEntryIterator<K,V> (implements java.util.Iterator<E>)
- org.cache2k.core.ConcurrentMapWrapper<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- org.cache2k.impl.xmlConfiguration.ConfigurationContext
- org.cache2k.impl.xmlConfiguration.ConfigurationParser
- org.cache2k.core.concurrency.DefaultThreadFactoryProvider (implements org.cache2k.core.concurrency.ThreadFactoryProvider)
- org.cache2k.core.Entry<K,T> (implements org.cache2k.CacheEntry<K,V>, org.cache2k.core.operation.ExaminationEntry<K,V>, org.cache2k.core.storageApi.StorageEntry)
- org.cache2k.core.EntryAction<K,V,R> (implements org.cache2k.core.experimentalApi.AsyncCacheLoader.Callback<V>, org.cache2k.core.experimentalApi.AsyncCacheWriter.Callback, org.cache2k.core.operation.Progress<K,V,R>)
- org.cache2k.core.ExceptionWrapper<K> (implements org.cache2k.integration.ExceptionInformation)
- org.cache2k.core.ExclusiveExecutor (implements java.io.Closeable, java.util.concurrent.Executor)
- org.cache2k.impl.xmlConfiguration.FlexibleXmlTokenizerFactory (implements org.cache2k.impl.xmlConfiguration.TokenizerFactory)
- org.cache2k.core.util.ForwardingClock (implements java.io.Closeable, org.cache2k.core.util.InternalClock)
- org.cache2k.core.concurrency.GlobalThreadFactory (implements java.util.concurrent.ThreadFactory)
- org.cache2k.core.Hash2<K,V>
- org.cache2k.core.HeapCache.RunWithCatch (implements java.lang.Runnable)
- org.cache2k.core.HeapCacheListener.NoOperation<K,V> (implements org.cache2k.core.HeapCacheListener<K,V>)
- org.cache2k.core.IntegrityState
- org.cache2k.core.InternalCache2kBuilder<K,V>
- org.cache2k.impl.serverSide.JmxSupport (implements org.cache2k.core.spi.CacheLifeCycleListener, org.cache2k.core.spi.CacheManagerLifeCycleListener)
- org.cache2k.impl.serverSide.JndiDefaultNameProvider (implements org.cache2k.spi.Cache2kExtensionProvider)
- org.cache2k.core.concurrency.Locks
- org.cache2k.core.util.Log
- org.cache2k.impl.serverSide.ManagerMXBeanImpl (implements org.cache2k.jmx.CacheManagerMXBean)
- org.cache2k.core.MapValueConverterProxy<K,V,S> (implements java.util.Map<K,V>)
- org.cache2k.core.concurrency.NonOptimisticLock (implements org.cache2k.core.concurrency.OptimisticLock)
- org.cache2k.core.operation.Operations<K,V>
- org.cache2k.core.concurrency.OptimisticLockStamped (implements org.cache2k.core.concurrency.OptimisticLock)
- org.cache2k.impl.xmlConfiguration.ParsedConfiguration (implements org.cache2k.impl.xmlConfiguration.SourceLocation)
- org.cache2k.core.operation.ReadOnlyCacheEntry<K,V> (implements org.cache2k.core.operation.ResultEntry<K,V>)
- org.cache2k.integration.ResiliencePolicy<K,V> (implements org.cache2k.expiry.ExpiryTimeValues)
- org.cache2k.core.SegmentedEviction (implements org.cache2k.core.Eviction, org.cache2k.core.EvictionMetrics)
- org.cache2k.core.operation.Semantic.Base<K,V,R> (implements org.cache2k.core.operation.Semantic<K,V,R>)
- org.cache2k.core.util.SimpleTask (implements java.lang.Runnable)
- org.cache2k.core.util.SimpleTimer
- org.cache2k.core.StandardCommonMetrics (implements org.cache2k.core.CommonMetrics.Updater)
- org.cache2k.core.StandardCommonMetricsFactory (implements org.cache2k.core.CommonMetricsFactory)
- org.cache2k.core.StandardExceptionPropagator (implements org.cache2k.integration.ExceptionPropagator<K>)
- org.cache2k.impl.xmlConfiguration.StandardPropertyParser (implements org.cache2k.impl.xmlConfiguration.PropertyParser)
- org.cache2k.core.StandardStorageMetrics (implements org.cache2k.core.StorageMetrics.Updater)
- org.cache2k.impl.xmlConfiguration.StandardVariableExpander (implements org.cache2k.impl.xmlConfiguration.VariableExpander)
- org.cache2k.impl.xmlConfiguration.StaxConfigTokenizer.Factory (implements org.cache2k.impl.xmlConfiguration.TokenizerFactory)
- org.cache2k.core.storageApi.StorageAdapter
- org.cache2k.core.StorageMetrics.Dummy (implements org.cache2k.core.StorageMetrics.Updater)
- java.lang.Throwable (implements java.io.Serializable)
- org.cache2k.core.TimingHandler<K,V>
- org.cache2k.core.util.TunableConstants (implements java.lang.Cloneable)
- org.cache2k.core.util.TunableFactory
- org.cache2k.core.util.Util
- org.cache2k.impl.xmlConfiguration.XppConfigTokenizer.Factory (implements org.cache2k.impl.xmlConfiguration.TokenizerFactory)
Interface Hierarchy
- org.cache2k.core.experimentalApi.AsyncCacheLoader<K,V>
- org.cache2k.core.experimentalApi.AsyncCacheWriter<K,V>
- java.lang.AutoCloseable
- org.cache2k.core.spi.CacheConfigurationProvider
- org.cache2k.core.spi.CacheLifeCycleListener
- org.cache2k.core.spi.CacheManagerLifeCycleListener
- org.cache2k.core.storageApi.CacheStorage
- org.cache2k.core.storageApi.CacheStorage.EntryFilter
- org.cache2k.core.storageApi.CacheStorage.EntryVisitor
- org.cache2k.core.storageApi.CacheStorage.MultiThreadedContext
- org.cache2k.core.CanCheckIntegrity
- org.cache2k.Clock
- org.cache2k.core.CommonMetrics
- org.cache2k.core.CommonMetricsFactory
- org.cache2k.core.CommonMetricsFactory.Parameters
- org.cache2k.core.EventCounter
- java.util.EventListener
- org.cache2k.core.Eviction
- org.cache2k.core.EvictionMetrics
- org.cache2k.core.operation.ExaminationEntry<K,V>
- org.cache2k.core.HealthInfoElement
- org.cache2k.core.HeapCacheListener<K,V>
- org.cache2k.core.InternalCacheInfo
- org.cache2k.core.util.InternalClock.TimeReachedEvent
- org.cache2k.core.util.InternalClock.TimeReachedJob
- org.cache2k.core.concurrency.Job<T>
- org.cache2k.KeyValueSource<K,V>
- org.cache2k.core.util.LogFactory
- org.cache2k.core.concurrency.OptimisticLock
- org.cache2k.core.operation.Progress<K,V,R>
- org.cache2k.impl.xmlConfiguration.PropertyParser
- org.cache2k.core.storageApi.PurgeableStorage
- org.cache2k.core.storageApi.PurgeableStorage.PurgeAction
- org.cache2k.core.storageApi.PurgeableStorage.PurgeResult
- org.cache2k.core.util.ScheduledClock
- org.cache2k.core.util.ScheduledClock.Job
- org.cache2k.core.operation.Semantic<K,V,R>
- org.cache2k.SimpleCacheEntry<K,V>
- org.cache2k.impl.xmlConfiguration.SourceLocation
- org.cache2k.core.storageApi.StorageAdapter.Parent
- org.cache2k.core.storageApi.StorageCallback
- org.cache2k.core.storageApi.StorageEntry
- org.cache2k.core.StorageMetrics
- org.cache2k.core.concurrency.ThreadFactoryProvider
- org.cache2k.impl.xmlConfiguration.TokenizerFactory
- org.cache2k.impl.xmlConfiguration.ValueConverter<T>
- org.cache2k.impl.xmlConfiguration.VariableExpander
- org.cache2k.impl.xmlConfiguration.VariableExpander.ExpanderContext
- org.cache2k.impl.xmlConfiguration.VariableExpander.ValueAccessor
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.