ehcache-2.10.0.jar中文-英文对照文档.zip

net.sf.ehcacheehcache2.10.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: ehcache-2.10.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 5.71 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥2
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

ehcache-2.10.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:ehcache-2.10.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:ehcache-2.10.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:ehcache-2.10.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:ehcache-2.10.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 ehcache-2.10.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: ehcache
  • 描述: Ehcache 是一个开源的、基于标准的缓存,用于提高性能、减轻数据库负担并简化可扩展性。Ehcache 功能强大、经过验证且功能齐全,这使它成为使用最广泛的基于 Java 的缓存。
  • 版本: 2.10.0

Maven依赖

<dependency>
	<groupId>net.sf.ehcache</groupId>
	<artifactId>ehcache</artifactId>
	<version>2.10.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'net.sf.ehcache', name: 'ehcache', version: '2.10.0'
Gradle (Short):
	implementation 'net.sf.ehcache:ehcache:2.10.0'
Gradle (Kotlin):
	implementation("net.sf.ehcache:ehcache:2.10.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

net.sf.ehcache
net.sf.ehcache.bootstrap
net.sf.ehcache.cluster
net.sf.ehcache.concurrent
net.sf.ehcache.config
net.sf.ehcache.config.generator
net.sf.ehcache.config.generator.model
net.sf.ehcache.config.generator.model.elements
net.sf.ehcache.constructs
net.sf.ehcache.constructs.blocking
net.sf.ehcache.constructs.classloader
net.sf.ehcache.constructs.eventual
net.sf.ehcache.constructs.nonstop
net.sf.ehcache.constructs.nonstop.concurrency
net.sf.ehcache.constructs.nonstop.util
net.sf.ehcache.constructs.readthrough
net.sf.ehcache.constructs.refreshahead
net.sf.ehcache.constructs.web
net.sf.ehcache.distribution
net.sf.ehcache.event
net.sf.ehcache.exceptionhandler
net.sf.ehcache.extension
net.sf.ehcache.hibernate
net.sf.ehcache.hibernate.ccs
net.sf.ehcache.hibernate.management.api
net.sf.ehcache.hibernate.management.impl
net.sf.ehcache.hibernate.nonstop
net.sf.ehcache.hibernate.regions
net.sf.ehcache.hibernate.strategy
net.sf.ehcache.loader
net.sf.ehcache.management
net.sf.ehcache.management.event
net.sf.ehcache.management.provider
net.sf.ehcache.management.sampled
net.sf.ehcache.pool
net.sf.ehcache.pool.impl
net.sf.ehcache.pool.sizeof
net.sf.ehcache.pool.sizeof.annotations
net.sf.ehcache.pool.sizeof.filter
net.sf.ehcache.search
net.sf.ehcache.search.aggregator
net.sf.ehcache.search.attribute
net.sf.ehcache.search.expression
net.sf.ehcache.search.impl
net.sf.ehcache.search.query
net.sf.ehcache.statistics
net.sf.ehcache.statistics.beans
net.sf.ehcache.statistics.extended
net.sf.ehcache.store
net.sf.ehcache.store.cachingtier
net.sf.ehcache.store.chm
net.sf.ehcache.store.compound
net.sf.ehcache.store.disk
net.sf.ehcache.store.disk.ods
net.sf.ehcache.terracotta
net.sf.ehcache.transaction
net.sf.ehcache.transaction.local
net.sf.ehcache.transaction.manager
net.sf.ehcache.transaction.manager.selector
net.sf.ehcache.transaction.xa
net.sf.ehcache.transaction.xa.commands
net.sf.ehcache.transaction.xa.processor
net.sf.ehcache.util
net.sf.ehcache.util.concurrent
net.sf.ehcache.util.counter
net.sf.ehcache.util.counter.sampled
net.sf.ehcache.util.lang
net.sf.ehcache.writer
net.sf.ehcache.writer.writebehind
net.sf.ehcache.writer.writebehind.operations
net.sf.ehcache.writer.writethrough

本组件包含的 Java class(类)

net.sf.ehcache.Cache
net.sf.ehcache.CacheClusterStateStatisticsListener
net.sf.ehcache.CacheEntry
net.sf.ehcache.CacheException
net.sf.ehcache.CacheInitializationHelper
net.sf.ehcache.CacheManager
net.sf.ehcache.CacheOperationOutcomes
net.sf.ehcache.CacheOperationOutcomes.ClusterEventOutcomes
net.sf.ehcache.CacheOperationOutcomes.EvictionOutcome
net.sf.ehcache.CacheOperationOutcomes.ExpiredOutcome
net.sf.ehcache.CacheOperationOutcomes.GetAllOutcome
net.sf.ehcache.CacheOperationOutcomes.GetOutcome
net.sf.ehcache.CacheOperationOutcomes.NonStopOperationOutcomes
net.sf.ehcache.CacheOperationOutcomes.PutAllOutcome
net.sf.ehcache.CacheOperationOutcomes.PutIfAbsentOutcome
net.sf.ehcache.CacheOperationOutcomes.PutOutcome
net.sf.ehcache.CacheOperationOutcomes.RemoveAllOutcome
net.sf.ehcache.CacheOperationOutcomes.RemoveElementOutcome
net.sf.ehcache.CacheOperationOutcomes.RemoveOutcome
net.sf.ehcache.CacheOperationOutcomes.ReplaceOneArgOutcome
net.sf.ehcache.CacheOperationOutcomes.ReplaceTwoArgOutcome
net.sf.ehcache.CacheOperationOutcomes.SearchOutcome
net.sf.ehcache.CacheStoreHelper
net.sf.ehcache.DiskStorePathManager
net.sf.ehcache.Disposable
net.sf.ehcache.Ehcache
net.sf.ehcache.EhcacheDefaultClassLoader
net.sf.ehcache.Element
net.sf.ehcache.ElementIdHelper
net.sf.ehcache.FeaturesManager
net.sf.ehcache.LoaderTimeoutException
net.sf.ehcache.MimeTypeByteArray
net.sf.ehcache.ObjectExistsException
net.sf.ehcache.Status
net.sf.ehcache.TransactionController
net.sf.ehcache.bootstrap.BootstrapCacheLoader
net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
net.sf.ehcache.cluster.CacheCluster
net.sf.ehcache.cluster.ClusterNode
net.sf.ehcache.cluster.ClusterScheme
net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
net.sf.ehcache.cluster.ClusterTopologyListener
net.sf.ehcache.cluster.NoopCacheCluster
net.sf.ehcache.concurrent.CacheLockProvider
net.sf.ehcache.concurrent.ConcurrencyUtil
net.sf.ehcache.concurrent.LockType
net.sf.ehcache.concurrent.ReadWriteLockSync
net.sf.ehcache.concurrent.StripedReadWriteLock
net.sf.ehcache.concurrent.StripedReadWriteLockSync
net.sf.ehcache.concurrent.Sync
net.sf.ehcache.config.AbstractCacheConfigurationListener
net.sf.ehcache.config.CacheConfigError
net.sf.ehcache.config.CacheConfiguration
net.sf.ehcache.config.CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.CacheDecoratorFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.CacheExtensionFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.CacheLoaderFactoryConfiguration
net.sf.ehcache.config.CacheConfiguration.TransactionalMode
net.sf.ehcache.config.CacheConfigurationListener
net.sf.ehcache.config.CacheWriterConfiguration
net.sf.ehcache.config.CacheWriterConfiguration.CacheWriterFactoryConfiguration
net.sf.ehcache.config.CacheWriterConfiguration.WriteMode
net.sf.ehcache.config.ConfigError
net.sf.ehcache.config.Configuration
net.sf.ehcache.config.Configuration.Monitoring
net.sf.ehcache.config.ConfigurationFactory
net.sf.ehcache.config.ConfigurationHelper
net.sf.ehcache.config.CopyStrategyConfiguration
net.sf.ehcache.config.DiskStoreConfiguration
net.sf.ehcache.config.DynamicSearchListener
net.sf.ehcache.config.ElementValueComparatorConfiguration
net.sf.ehcache.config.FactoryConfiguration
net.sf.ehcache.config.InvalidConfigurationException
net.sf.ehcache.config.ManagementRESTServiceConfiguration
net.sf.ehcache.config.MemoryUnit
net.sf.ehcache.config.NonstopConfiguration
net.sf.ehcache.config.PersistenceConfiguration
net.sf.ehcache.config.PersistenceConfiguration.Strategy
net.sf.ehcache.config.PinningConfiguration
net.sf.ehcache.config.PinningConfiguration.Store
net.sf.ehcache.config.SearchAttribute
net.sf.ehcache.config.Searchable
net.sf.ehcache.config.SizeOfPolicyConfiguration
net.sf.ehcache.config.SizeOfPolicyConfiguration.MaxDepthExceededBehavior
net.sf.ehcache.config.TerracottaClientConfiguration
net.sf.ehcache.config.TerracottaConfiguration
net.sf.ehcache.config.TerracottaConfiguration.Consistency
net.sf.ehcache.config.TimeoutBehaviorConfiguration
net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType
net.sf.ehcache.config.generator.ConfigurationGenerator
net.sf.ehcache.config.generator.ConfigurationSource
net.sf.ehcache.config.generator.ConfigurationUtil
net.sf.ehcache.config.generator.model.AbstractDepthFirstVisitor
net.sf.ehcache.config.generator.model.AbstractNodeElement
net.sf.ehcache.config.generator.model.NodeAttribute
net.sf.ehcache.config.generator.model.NodeElement
net.sf.ehcache.config.generator.model.NodeElementVisitor
net.sf.ehcache.config.generator.model.SimpleNodeAttribute
net.sf.ehcache.config.generator.model.SimpleNodeElement
net.sf.ehcache.config.generator.model.XMLGeneratorVisitor
net.sf.ehcache.config.generator.model.XMLGeneratorVisitor.OutputBehavior
net.sf.ehcache.config.generator.model.elements.CacheConfigurationElement
net.sf.ehcache.config.generator.model.elements.CacheWriterConfigurationElement
net.sf.ehcache.config.generator.model.elements.ConfigurationElement
net.sf.ehcache.config.generator.model.elements.CopyStrategyConfigurationElement
net.sf.ehcache.config.generator.model.elements.DefaultCacheConfigurationElement
net.sf.ehcache.config.generator.model.elements.DiskStoreConfigurationElement
net.sf.ehcache.config.generator.model.elements.ElementValueComparatorConfigurationElement
net.sf.ehcache.config.generator.model.elements.FactoryConfigurationElement
net.sf.ehcache.config.generator.model.elements.ManagementRESTServiceConfigurationElement
net.sf.ehcache.config.generator.model.elements.NonstopConfigurationElement
net.sf.ehcache.config.generator.model.elements.PersistenceConfigurationElement
net.sf.ehcache.config.generator.model.elements.PinningConfigurationElement
net.sf.ehcache.config.generator.model.elements.SearchableConfigurationElement
net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
net.sf.ehcache.config.generator.model.elements.TerracottaConfigConfigurationElement
net.sf.ehcache.config.generator.model.elements.TerracottaConfigurationElement
net.sf.ehcache.config.generator.model.elements.TimeoutBehaviorConfigurationElement
net.sf.ehcache.constructs.CacheDecoratorFactory
net.sf.ehcache.constructs.EhcacheDecoratorAdapter
net.sf.ehcache.constructs.blocking.BlockingCache
net.sf.ehcache.constructs.blocking.BlockingCacheOperationOutcomes
net.sf.ehcache.constructs.blocking.BlockingCacheOperationOutcomes.GetOutcome
net.sf.ehcache.constructs.blocking.CacheEntryFactory
net.sf.ehcache.constructs.blocking.LockTimeoutException
net.sf.ehcache.constructs.blocking.SelfPopulatingCache
net.sf.ehcache.constructs.blocking.UpdatingCacheEntryFactory
net.sf.ehcache.constructs.blocking.UpdatingSelfPopulatingCache
net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
net.sf.ehcache.constructs.classloader.InternalClassLoaderAwareCache
net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
net.sf.ehcache.constructs.nonstop.NonStopCacheException
net.sf.ehcache.constructs.nonstop.RejoinCacheException
net.sf.ehcache.constructs.nonstop.concurrency.InvalidLockStateAfterRejoinException
net.sf.ehcache.constructs.nonstop.concurrency.LockOperationTimedOutNonstopException
net.sf.ehcache.constructs.nonstop.util.CountingThreadFactory
net.sf.ehcache.constructs.nonstop.util.OverrideCheck
net.sf.ehcache.constructs.readthrough.ReadThroughCache
net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
net.sf.ehcache.constructs.readthrough.ReadThroughCacheFactory
net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheFactory
net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue.BatchWorker
net.sf.ehcache.constructs.web.ShutdownListener
net.sf.ehcache.distribution.CacheManagerPeerListener
net.sf.ehcache.distribution.CacheManagerPeerListenerFactory
net.sf.ehcache.distribution.CacheManagerPeerProvider
net.sf.ehcache.distribution.CacheManagerPeerProviderFactory
net.sf.ehcache.distribution.CachePeer
net.sf.ehcache.distribution.CacheReplicator
net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory
net.sf.ehcache.distribution.EventMessage
net.sf.ehcache.distribution.LegacyEventMessage
net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.CachePeerEntry
net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator
net.sf.ehcache.distribution.RMIBootstrapCacheLoader
net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory
net.sf.ehcache.distribution.RMICacheManagerPeerListener
net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory
net.sf.ehcache.distribution.RMICacheManagerPeerProvider
net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory
net.sf.ehcache.distribution.RMICachePeer
net.sf.ehcache.distribution.RMICacheReplicatorFactory
net.sf.ehcache.distribution.RMISynchronousCacheReplicator
net.sf.ehcache.distribution.RemoteCacheException
net.sf.ehcache.distribution.RmiEventMessage
net.sf.ehcache.distribution.RmiEventMessage.RmiEventType
net.sf.ehcache.distribution.TransactionalRMICachePeer
net.sf.ehcache.event.CacheEventListener
net.sf.ehcache.event.CacheEventListenerAdapter
net.sf.ehcache.event.CacheEventListenerFactory
net.sf.ehcache.event.CacheManagerEventListener
net.sf.ehcache.event.CacheManagerEventListenerFactory
net.sf.ehcache.event.CacheManagerEventListenerRegistry
net.sf.ehcache.event.NotificationScope
net.sf.ehcache.event.RegisteredEventListeners
net.sf.ehcache.event.RegisteredEventListeners.ElementCreationCallback
net.sf.ehcache.event.TerracottaCacheEventReplication
net.sf.ehcache.event.TerracottaCacheEventReplicationFactory
net.sf.ehcache.exceptionhandler.CacheExceptionHandler
net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory
net.sf.ehcache.exceptionhandler.ExceptionHandlingDynamicCacheProxy
net.sf.ehcache.extension.CacheExtension
net.sf.ehcache.extension.CacheExtensionFactory
net.sf.ehcache.hibernate.EhCache
net.sf.ehcache.hibernate.EhCacheProvider
net.sf.ehcache.hibernate.EhCacheRegionFactory
net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup
net.sf.ehcache.hibernate.HibernateUtil
net.sf.ehcache.hibernate.SingletonEhCacheProvider
net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory
net.sf.ehcache.hibernate.ccs.EhcacheNonstrictReadWriteCache
net.sf.ehcache.hibernate.ccs.EhcacheReadOnlyCache
net.sf.ehcache.hibernate.ccs.EhcacheReadWriteCache
net.sf.ehcache.hibernate.management.api.EhcacheHibernateMBean
net.sf.ehcache.hibernate.management.api.EhcacheStats
net.sf.ehcache.hibernate.management.api.HibernateStats
net.sf.ehcache.hibernate.management.impl.AggregateCacheRegionStats
net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
net.sf.ehcache.hibernate.management.impl.BeanUtils
net.sf.ehcache.hibernate.management.impl.CacheRegionStats
net.sf.ehcache.hibernate.management.impl.CacheRegionUtils
net.sf.ehcache.hibernate.management.impl.CollectionStats
net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistration
net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistrationImpl
net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMbeanNames
net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
net.sf.ehcache.hibernate.management.impl.EntityStats
net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
net.sf.ehcache.hibernate.management.impl.NullHibernateStats
net.sf.ehcache.hibernate.management.impl.ProviderMBeanRegistrationHelper
net.sf.ehcache.hibernate.management.impl.QueryStats
net.sf.ehcache.hibernate.nonstop.HibernateNonstopCacheExceptionHandler
net.sf.ehcache.hibernate.nonstop.NonstopAccessStrategyFactory
net.sf.ehcache.hibernate.nonstop.NonstopAwareCollectionRegionAccessStrategy
net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion
net.sf.ehcache.hibernate.regions.EhcacheDataRegion
net.sf.ehcache.hibernate.regions.EhcacheEntityRegion
net.sf.ehcache.hibernate.regions.EhcacheQueryResultsRegion
net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion
net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactory
net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactoryImpl
net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
net.sf.ehcache.hibernate.strategy.TransactionalEhcacheEntityRegionAccessStrategy
net.sf.ehcache.loader.CacheLoader
net.sf.ehcache.loader.CacheLoaderFactory
net.sf.ehcache.management.Cache
net.sf.ehcache.management.CacheConfiguration
net.sf.ehcache.management.CacheConfigurationMBean
net.sf.ehcache.management.CacheMBean
net.sf.ehcache.management.CacheManager
net.sf.ehcache.management.CacheManagerMBean
net.sf.ehcache.management.CacheStatistics
net.sf.ehcache.management.CacheStatisticsMBean
net.sf.ehcache.management.DevModeClassLoader
net.sf.ehcache.management.ManagedCacheManagerPeerProvider
net.sf.ehcache.management.ManagementServer
net.sf.ehcache.management.ManagementServerLoader
net.sf.ehcache.management.ManagementService
net.sf.ehcache.management.ResourceClassLoader
net.sf.ehcache.management.Store
net.sf.ehcache.management.event.DelegatingManagementEventSink
net.sf.ehcache.management.event.ManagementEventSink
net.sf.ehcache.management.provider.MBeanRegistrationProvider
net.sf.ehcache.management.provider.MBeanRegistrationProviderException
net.sf.ehcache.management.provider.MBeanRegistrationProviderFactory
net.sf.ehcache.management.provider.MBeanRegistrationProviderFactoryImpl
net.sf.ehcache.management.provider.MBeanRegistrationProviderImpl
net.sf.ehcache.management.provider.NullMBeanRegistrationProvider
net.sf.ehcache.management.sampled.CacheManagerSampler
net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
net.sf.ehcache.management.sampled.CacheSampler
net.sf.ehcache.management.sampled.CacheSamplerImpl
net.sf.ehcache.management.sampled.LegacyCacheStatistics
net.sf.ehcache.management.sampled.SampledCache
net.sf.ehcache.management.sampled.SampledCacheMBean
net.sf.ehcache.management.sampled.SampledCacheManager
net.sf.ehcache.management.sampled.SampledCacheManagerMBean
net.sf.ehcache.management.sampled.SampledCounterProxy
net.sf.ehcache.management.sampled.SampledEhcacheMBeans
net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
net.sf.ehcache.management.sampled.SampledRateCounterProxy
net.sf.ehcache.pool.Pool
net.sf.ehcache.pool.PoolAccessor
net.sf.ehcache.pool.PoolEvictor
net.sf.ehcache.pool.PoolParticipant
net.sf.ehcache.pool.Size
net.sf.ehcache.pool.SizeOfEngine
net.sf.ehcache.pool.SizeOfEngineFactory
net.sf.ehcache.pool.SizeOfEngineLoader
net.sf.ehcache.pool.impl.AbstractPool
net.sf.ehcache.pool.impl.AbstractPoolAccessor
net.sf.ehcache.pool.impl.BalancedAccessEvictor
net.sf.ehcache.pool.impl.BoundedPool
net.sf.ehcache.pool.impl.DefaultSizeOfEngine
net.sf.ehcache.pool.impl.FromLargestCachePoolEvictor
net.sf.ehcache.pool.impl.StrictlyBoundedPool
net.sf.ehcache.pool.impl.UnboundedPool
net.sf.ehcache.pool.sizeof.AgentSizeOf
net.sf.ehcache.pool.sizeof.JvmInformation
net.sf.ehcache.pool.sizeof.MaxDepthExceededException
net.sf.ehcache.pool.sizeof.ReflectionSizeOf
net.sf.ehcache.pool.sizeof.SizeOf
net.sf.ehcache.pool.sizeof.UnsafeSizeOf
net.sf.ehcache.pool.sizeof.annotations.IgnoreSizeOf
net.sf.ehcache.pool.sizeof.filter.AnnotationProxyFactory
net.sf.ehcache.pool.sizeof.filter.AnnotationSizeOfFilter
net.sf.ehcache.pool.sizeof.filter.CombinationSizeOfFilter
net.sf.ehcache.pool.sizeof.filter.PassThroughFilter
net.sf.ehcache.pool.sizeof.filter.ResourceSizeOfFilter
net.sf.ehcache.pool.sizeof.filter.SizeOfFilter
net.sf.ehcache.search.Attribute
net.sf.ehcache.search.Direction
net.sf.ehcache.search.ExecutionHints
net.sf.ehcache.search.NullResults
net.sf.ehcache.search.Query
net.sf.ehcache.search.Result
net.sf.ehcache.search.Results
net.sf.ehcache.search.SearchException
net.sf.ehcache.search.aggregator.Aggregator
net.sf.ehcache.search.aggregator.AggregatorException
net.sf.ehcache.search.aggregator.AggregatorInstance
net.sf.ehcache.search.aggregator.Aggregators
net.sf.ehcache.search.aggregator.Average
net.sf.ehcache.search.aggregator.Count
net.sf.ehcache.search.aggregator.Max
net.sf.ehcache.search.aggregator.Min
net.sf.ehcache.search.aggregator.Sum
net.sf.ehcache.search.attribute.AttributeExtractor
net.sf.ehcache.search.attribute.AttributeExtractorException
net.sf.ehcache.search.attribute.AttributeType
net.sf.ehcache.search.attribute.DynamicAttributesExtractor
net.sf.ehcache.search.attribute.JavaBeanAttributeExtractor
net.sf.ehcache.search.attribute.KeyObjectAttributeExtractor
net.sf.ehcache.search.attribute.ReflectionAttributeExtractor
net.sf.ehcache.search.attribute.UnknownAttributeException
net.sf.ehcache.search.attribute.ValueObjectAttributeExtractor
net.sf.ehcache.search.expression.AlwaysMatch
net.sf.ehcache.search.expression.And
net.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.Between
net.sf.ehcache.search.expression.ComparableValue
net.sf.ehcache.search.expression.Criteria
net.sf.ehcache.search.expression.EqualTo
net.sf.ehcache.search.expression.GreaterThan
net.sf.ehcache.search.expression.GreaterThanOrEqual
net.sf.ehcache.search.expression.ILike
net.sf.ehcache.search.expression.InCollection
net.sf.ehcache.search.expression.IsNull
net.sf.ehcache.search.expression.LessThan
net.sf.ehcache.search.expression.LessThanOrEqual
net.sf.ehcache.search.expression.Not
net.sf.ehcache.search.expression.NotEqualTo
net.sf.ehcache.search.expression.NotILike
net.sf.ehcache.search.expression.NotNull
net.sf.ehcache.search.expression.Or
net.sf.ehcache.search.impl.AggregateOnlyResult
net.sf.ehcache.search.impl.BaseQueryInterpreter
net.sf.ehcache.search.impl.BaseResult
net.sf.ehcache.search.impl.DynamicSearchChecker
net.sf.ehcache.search.impl.GroupedResultImpl
net.sf.ehcache.search.impl.OrderComparator
net.sf.ehcache.search.impl.ResultImpl
net.sf.ehcache.search.impl.ResultsImpl
net.sf.ehcache.search.impl.SearchManager
net.sf.ehcache.search.query.QueryManager
net.sf.ehcache.search.query.QueryManagerBuilder
net.sf.ehcache.statistics.CacheUsageListener
net.sf.ehcache.statistics.Constants
net.sf.ehcache.statistics.CoreStatistics
net.sf.ehcache.statistics.CoreStatistics.CountOperation
net.sf.ehcache.statistics.CoreStatisticsImpl
net.sf.ehcache.statistics.FlatStatistics
net.sf.ehcache.statistics.StatisticBuilder
net.sf.ehcache.statistics.StatisticBuilder.OperationStatisticBuilder
net.sf.ehcache.statistics.StatisticsGateway
net.sf.ehcache.statistics.beans.AttributeProxy
net.sf.ehcache.statistics.beans.BooleanBeanProxy
net.sf.ehcache.statistics.beans.DoubleBeanProxy
net.sf.ehcache.statistics.beans.ExtendedStatisticsMBean
net.sf.ehcache.statistics.beans.LongBeanProxy
net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
net.sf.ehcache.statistics.beans.StringBeanProxy
net.sf.ehcache.statistics.extended.ExtendedStatistics
net.sf.ehcache.statistics.extended.ExtendedStatistics.Latency
net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
net.sf.ehcache.statistics.extended.ExtendedStatistics.Result
net.sf.ehcache.statistics.extended.ExtendedStatistics.Statistic
net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
net.sf.ehcache.statistics.extended.RateImpl
net.sf.ehcache.statistics.extended.SemiExpiringStatistic
net.sf.ehcache.statistics.extended.StandardPassThroughStatistic
net.sf.ehcache.store.AbstractPolicy
net.sf.ehcache.store.AbstractStore
net.sf.ehcache.store.AuthoritativeTier
net.sf.ehcache.store.BruteForceSearchManager
net.sf.ehcache.store.CacheKeySet
net.sf.ehcache.store.CacheStore
net.sf.ehcache.store.CachingTier
net.sf.ehcache.store.CachingTier.Listener
net.sf.ehcache.store.CopyStrategyHandler
net.sf.ehcache.store.CopyingCacheStore
net.sf.ehcache.store.DefaultElementValueComparator
net.sf.ehcache.store.DiskStoreBootstrapCacheLoader
net.sf.ehcache.store.DiskStoreBootstrapCacheLoaderFactory
net.sf.ehcache.store.ElementIdAssigningStore
net.sf.ehcache.store.ElementValueComparator
net.sf.ehcache.store.FifoPolicy
net.sf.ehcache.store.LegacyStoreWrapper
net.sf.ehcache.store.LfuPolicy
net.sf.ehcache.store.LruMemoryStore
net.sf.ehcache.store.LruPolicy
net.sf.ehcache.store.MemoryLimitedCacheLoader
net.sf.ehcache.store.MemoryStore
net.sf.ehcache.store.MemoryStore.BackingFactory
net.sf.ehcache.store.MemoryStoreEvictionPolicy
net.sf.ehcache.store.MemoryStoreEvictionPolicy.MemoryStoreEvictionPolicyEnum
net.sf.ehcache.store.Policy
net.sf.ehcache.store.PressuredStore
net.sf.ehcache.store.Store
net.sf.ehcache.store.StoreListener
net.sf.ehcache.store.StoreOperationOutcomes
net.sf.ehcache.store.StoreOperationOutcomes.GetOutcome
net.sf.ehcache.store.StoreOperationOutcomes.PutOutcome
net.sf.ehcache.store.StoreOperationOutcomes.RemoveOutcome
net.sf.ehcache.store.StoreQuery
net.sf.ehcache.store.StoreQuery.Ordering
net.sf.ehcache.store.StripedReadWriteLockProvider
net.sf.ehcache.store.TerracottaStore
net.sf.ehcache.store.TerracottaTransactionalCopyingCacheStore
net.sf.ehcache.store.TxCopyingCacheStore
net.sf.ehcache.store.cachingtier.CountBasedBackEnd
net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
net.sf.ehcache.store.cachingtier.HeapCacheBackEnd.EvictionCallback
net.sf.ehcache.store.cachingtier.OnHeapCachingTier
net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
net.sf.ehcache.store.cachingtier.PooledBasedBackEnd.PoolParticipant
net.sf.ehcache.store.chm.SelectableConcurrentHashMap
net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry
net.sf.ehcache.store.compound.CopyStrategy
net.sf.ehcache.store.compound.ImmutableValueElementCopyStrategy
net.sf.ehcache.store.compound.LegacyCopyStrategyAdapter
net.sf.ehcache.store.compound.NullReadWriteCopyStrategy
net.sf.ehcache.store.compound.ReadWriteCopyStrategy
net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy
net.sf.ehcache.store.compound.SerializationCopyStrategy
net.sf.ehcache.store.disk.DiskSizeOfEngine
net.sf.ehcache.store.disk.DiskStorageFactory
net.sf.ehcache.store.disk.DiskStorageFactory.DiskMarker
net.sf.ehcache.store.disk.DiskStorageFactory.DiskSubstitute
net.sf.ehcache.store.disk.DiskStore
net.sf.ehcache.store.disk.ElementSubstituteFilter
net.sf.ehcache.store.disk.Segment
net.sf.ehcache.store.disk.StoreUpdateException
net.sf.ehcache.store.disk.ods.AATreeSet
net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
net.sf.ehcache.store.disk.ods.AATreeSet.Node
net.sf.ehcache.store.disk.ods.FileAllocationTree
net.sf.ehcache.store.disk.ods.Region
net.sf.ehcache.terracotta.ClusteredInstanceFactory
net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
net.sf.ehcache.terracotta.DisconnectedClusterNode
net.sf.ehcache.terracotta.InternalEhcache
net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoaderFactory
net.sf.ehcache.terracotta.TerracottaCacheCluster
net.sf.ehcache.terracotta.TerracottaClient
net.sf.ehcache.terracotta.TerracottaNotRunningException
net.sf.ehcache.transaction.AbstractSoftLockManager
net.sf.ehcache.transaction.AbstractTransactionIDFactory
net.sf.ehcache.transaction.AbstractTransactionStore
net.sf.ehcache.transaction.DeadLockException
net.sf.ehcache.transaction.Decision
net.sf.ehcache.transaction.DelegatingTransactionIDFactory
net.sf.ehcache.transaction.ExpiredTransactionIDImpl
net.sf.ehcache.transaction.ReadCommittedSoftLockFactory
net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
net.sf.ehcache.transaction.SoftLock
net.sf.ehcache.transaction.SoftLockFactory
net.sf.ehcache.transaction.SoftLockID
net.sf.ehcache.transaction.SoftLockManager
net.sf.ehcache.transaction.SoftLockManagerImpl
net.sf.ehcache.transaction.TransactionException
net.sf.ehcache.transaction.TransactionID
net.sf.ehcache.transaction.TransactionIDFactory
net.sf.ehcache.transaction.TransactionIDFactoryImpl
net.sf.ehcache.transaction.TransactionIDImpl
net.sf.ehcache.transaction.TransactionIDNotFoundException
net.sf.ehcache.transaction.TransactionIDSerializedForm
net.sf.ehcache.transaction.TransactionInterruptedException
net.sf.ehcache.transaction.TransactionTimeoutException
net.sf.ehcache.transaction.XidTransactionIDSerializedForm
net.sf.ehcache.transaction.local.JtaLocalTransactionStore
net.sf.ehcache.transaction.local.LocalRecoveryManager
net.sf.ehcache.transaction.local.LocalTransactionContext
net.sf.ehcache.transaction.local.LocalTransactionStore
net.sf.ehcache.transaction.local.TransactionListener
net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
net.sf.ehcache.transaction.manager.TransactionManagerLookup
net.sf.ehcache.transaction.manager.selector.AtomikosSelector
net.sf.ehcache.transaction.manager.selector.BitronixSelector
net.sf.ehcache.transaction.manager.selector.ClassSelector
net.sf.ehcache.transaction.manager.selector.FactorySelector
net.sf.ehcache.transaction.manager.selector.GenericJndiSelector
net.sf.ehcache.transaction.manager.selector.GlassfishSelector
net.sf.ehcache.transaction.manager.selector.JndiSelector
net.sf.ehcache.transaction.manager.selector.NullSelector
net.sf.ehcache.transaction.manager.selector.Selector
net.sf.ehcache.transaction.manager.selector.WeblogicSelector
net.sf.ehcache.transaction.xa.EhcacheXAException
net.sf.ehcache.transaction.xa.EhcacheXAResource
net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
net.sf.ehcache.transaction.xa.ExpiredXidTransactionIDImpl
net.sf.ehcache.transaction.xa.OptimisticLockFailureException
net.sf.ehcache.transaction.xa.SerializableXid
net.sf.ehcache.transaction.xa.XAExecutionListener
net.sf.ehcache.transaction.xa.XATransactionContext
net.sf.ehcache.transaction.xa.XATransactionStore
net.sf.ehcache.transaction.xa.XaCommitOutcome
net.sf.ehcache.transaction.xa.XaRecoveryOutcome
net.sf.ehcache.transaction.xa.XaRollbackOutcome
net.sf.ehcache.transaction.xa.XidTransactionID
net.sf.ehcache.transaction.xa.XidTransactionIDImpl
net.sf.ehcache.transaction.xa.commands.AbstractStoreCommand
net.sf.ehcache.transaction.xa.commands.Command
net.sf.ehcache.transaction.xa.commands.StorePutCommand
net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
net.sf.ehcache.transaction.xa.processor.XARequest
net.sf.ehcache.transaction.xa.processor.XARequest.RequestType
net.sf.ehcache.transaction.xa.processor.XARequestProcessor
net.sf.ehcache.transaction.xa.processor.XAThreadPool
net.sf.ehcache.transaction.xa.processor.XAThreadPool.MultiRunner
net.sf.ehcache.util.AggregateIterator
net.sf.ehcache.util.AtomicLongSequence
net.sf.ehcache.util.CacheTransactionHelper
net.sf.ehcache.util.CircularLossyQueue
net.sf.ehcache.util.ClassLoaderUtil
net.sf.ehcache.util.FailSafeTimer
net.sf.ehcache.util.FindBugsSuppressWarnings
net.sf.ehcache.util.LargeCollection
net.sf.ehcache.util.LargeSet
net.sf.ehcache.util.LongSequence
net.sf.ehcache.util.ManagementAttribute
net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream
net.sf.ehcache.util.MemorySizeParser
net.sf.ehcache.util.MergedEnumeration
net.sf.ehcache.util.NamedThreadFactory
net.sf.ehcache.util.PreferredLoaderObjectInputStream
net.sf.ehcache.util.ProductInfo
net.sf.ehcache.util.PropertyUtil
net.sf.ehcache.util.SetAsList
net.sf.ehcache.util.TimeUtil
net.sf.ehcache.util.Timestamper
net.sf.ehcache.util.UpdateChecker
net.sf.ehcache.util.VmUtils
net.sf.ehcache.util.WeakIdentityConcurrentMap
net.sf.ehcache.util.WeakIdentityConcurrentMap.CleanUpTask
net.sf.ehcache.util.concurrent.ConcurrentHashMap
net.sf.ehcache.util.concurrent.ConcurrentHashMap.EntrySetView
net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView
net.sf.ehcache.util.concurrent.ConcurrentHashMap.Node
net.sf.ehcache.util.concurrent.ConcurrentHashMap.RemovalCallback
net.sf.ehcache.util.concurrent.ConcurrentHashMap.Spliterator
net.sf.ehcache.util.concurrent.ConcurrentHashMap.TreeNode
net.sf.ehcache.util.concurrent.ConcurrentHashMap.ValuesView
net.sf.ehcache.util.concurrent.LongAdder
net.sf.ehcache.util.concurrent.ThreadLocalRandom
net.sf.ehcache.util.counter.Counter
net.sf.ehcache.util.counter.CounterConfig
net.sf.ehcache.util.counter.CounterImpl
net.sf.ehcache.util.counter.CounterManager
net.sf.ehcache.util.counter.CounterManagerImpl
net.sf.ehcache.util.counter.sampled.SampledCounter
net.sf.ehcache.util.counter.sampled.SampledCounterConfig
net.sf.ehcache.util.counter.sampled.SampledCounterImpl
net.sf.ehcache.util.counter.sampled.SampledRateCounter
net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig
net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
net.sf.ehcache.util.counter.sampled.TimeStampedCounterValue
net.sf.ehcache.util.lang.VicariousThreadLocal
net.sf.ehcache.writer.AbstractCacheWriter
net.sf.ehcache.writer.CacheWriter
net.sf.ehcache.writer.CacheWriterFactory
net.sf.ehcache.writer.CacheWriterManager
net.sf.ehcache.writer.CacheWriterManagerException
net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
net.sf.ehcache.writer.writebehind.CastingOperationConverter
net.sf.ehcache.writer.writebehind.CoalesceKeysFilter
net.sf.ehcache.writer.writebehind.NonStopWriteBehind
net.sf.ehcache.writer.writebehind.OperationConverter
net.sf.ehcache.writer.writebehind.OperationsFilter
net.sf.ehcache.writer.writebehind.WriteBehind
net.sf.ehcache.writer.writebehind.WriteBehindManager
net.sf.ehcache.writer.writebehind.WriteBehindQueueManager
net.sf.ehcache.writer.writebehind.WriteBehindQueueManager.WriteBehindQueueFactory
net.sf.ehcache.writer.writebehind.operations.BatchOperation
net.sf.ehcache.writer.writebehind.operations.DeleteAllOperation
net.sf.ehcache.writer.writebehind.operations.DeleteOperation
net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation
net.sf.ehcache.writer.writebehind.operations.SingleOperation
net.sf.ehcache.writer.writebehind.operations.SingleOperationType
net.sf.ehcache.writer.writebehind.operations.WriteAllOperation
net.sf.ehcache.writer.writebehind.operations.WriteOperation
net.sf.ehcache.writer.writethrough.WriteThroughManager