ehcache-3.0.0.rc1.jar中文-英文对照文档.zip

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

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

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

选择下载方式

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

文件简介

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

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

使用方法

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

组件信息

简介

  • 名称: Ehcache
  • 描述: Ehcache 单个 jar 包,包含所有模块
  • 版本: 3.0.0.rc1

Maven依赖

<dependency>
	<groupId>org.ehcache</groupId>
	<artifactId>ehcache</artifactId>
	<version>3.0.0.rc1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.ehcache', name: 'ehcache', version: '3.0.0.rc1'
Gradle (Short):
	implementation 'org.ehcache:ehcache:3.0.0.rc1'
Gradle (Kotlin):
	implementation("org.ehcache:ehcache:3.0.0.rc1")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.ehcache
org.ehcache.config
org.ehcache.config.builders
org.ehcache.config.units
org.ehcache.core
org.ehcache.core.config
org.ehcache.core.config.store
org.ehcache.core.events
org.ehcache.core.exceptions
org.ehcache.core.spi
org.ehcache.core.spi.cache
org.ehcache.core.spi.cache.events
org.ehcache.core.spi.cache.tiering
org.ehcache.core.spi.function
org.ehcache.core.spi.service
org.ehcache.core.spi.sizeof
org.ehcache.core.spi.time
org.ehcache.core.statistics
org.ehcache.event
org.ehcache.exceptions
org.ehcache.expiry
org.ehcache.impl.config.copy
org.ehcache.impl.config.event
org.ehcache.impl.config.executor
org.ehcache.impl.config.loaderwriter
org.ehcache.impl.config.loaderwriter.writebehind
org.ehcache.impl.config.persistence
org.ehcache.impl.config.serializer
org.ehcache.impl.config.sizeof
org.ehcache.impl.config.store.disk
org.ehcache.impl.copy
org.ehcache.impl.events
org.ehcache.impl.persistence
org.ehcache.impl.serialization
org.ehcache.jsr107
org.ehcache.jsr107.config
org.ehcache.management
org.ehcache.management.config
org.ehcache.management.providers
org.ehcache.management.providers.actions
org.ehcache.management.providers.statistics
org.ehcache.management.registry
org.ehcache.spi
org.ehcache.spi.copy
org.ehcache.spi.loaderwriter
org.ehcache.spi.serialization
org.ehcache.spi.service
org.ehcache.statistics
org.ehcache.transactions.xa
org.ehcache.transactions.xa.configuration
org.ehcache.transactions.xa.txmgr
org.ehcache.transactions.xa.txmgr.btm
org.ehcache.transactions.xa.txmgr.provider
org.ehcache.transactions.xml
org.ehcache.xml
org.ehcache.xml.exceptions
org.ehcache.xml.model

本组件包含的 Java class(类)

org.ehcache.Cache
org.ehcache.Cache.Entry
org.ehcache.CacheManager
org.ehcache.Maintainable
org.ehcache.PersistentCacheManager
org.ehcache.PersistentUserManagedCache
org.ehcache.Status
org.ehcache.UserManagedCache
org.ehcache.config.CacheConfiguration
org.ehcache.config.CacheRuntimeConfiguration
org.ehcache.config.Configuration
org.ehcache.config.Eviction
org.ehcache.config.EvictionVeto
org.ehcache.config.ResourcePool
org.ehcache.config.ResourcePools
org.ehcache.config.ResourceType
org.ehcache.config.ResourceType.Core
org.ehcache.config.ResourceUnit
org.ehcache.config.RuntimeConfiguration
org.ehcache.config.builders.Builder
org.ehcache.config.builders.CacheConfigurationBuilder
org.ehcache.config.builders.CacheEventListenerConfigurationBuilder
org.ehcache.config.builders.CacheManagerBuilder
org.ehcache.config.builders.CacheManagerConfiguration
org.ehcache.config.builders.PooledExecutionServiceConfigurationBuilder
org.ehcache.config.builders.ResourcePoolsBuilder
org.ehcache.config.builders.UserManagedCacheBuilder
org.ehcache.config.builders.UserManagedCacheConfiguration
org.ehcache.config.builders.WriteBehindConfigurationBuilder
org.ehcache.config.builders.WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder
org.ehcache.config.builders.WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder
org.ehcache.config.units.EntryUnit
org.ehcache.config.units.MemoryUnit
org.ehcache.core.CacheConfigurationChangeEvent
org.ehcache.core.CacheConfigurationChangeListener
org.ehcache.core.CacheConfigurationProperty
org.ehcache.core.Ehcache
org.ehcache.core.EhcacheManager
org.ehcache.core.EhcacheWithLoaderWriter
org.ehcache.core.InternalCache
org.ehcache.core.Jsr107Cache
org.ehcache.core.PersistentUserManagedEhcache
org.ehcache.core.config.BaseCacheConfiguration
org.ehcache.core.config.DefaultConfiguration
org.ehcache.core.config.ResourcePoolImpl
org.ehcache.core.config.ResourcePoolsImpl
org.ehcache.core.config.store.StoreConfigurationImpl
org.ehcache.core.config.store.StoreEventSourceConfiguration
org.ehcache.core.events.CacheEventDispatcher
org.ehcache.core.events.CacheEventDispatcherFactory
org.ehcache.core.events.CacheEvents
org.ehcache.core.events.CacheManagerListener
org.ehcache.core.events.StateChangeListener
org.ehcache.core.events.StoreEventDispatcher
org.ehcache.core.events.StoreEventSink
org.ehcache.core.exceptions.CachePassThroughException
org.ehcache.core.exceptions.ExceptionFactory
org.ehcache.core.exceptions.LimitExceededException
org.ehcache.core.spi.LifeCycledAdapter
org.ehcache.core.spi.ServiceLocator
org.ehcache.core.spi.cache.AbstractValueHolder
org.ehcache.core.spi.cache.CacheProvider
org.ehcache.core.spi.cache.ConfigurationChangeSupport
org.ehcache.core.spi.cache.InternalCacheManager
org.ehcache.core.spi.cache.Store
org.ehcache.core.spi.cache.Store.Configuration
org.ehcache.core.spi.cache.Store.Iterator
org.ehcache.core.spi.cache.Store.Provider
org.ehcache.core.spi.cache.Store.PutStatus
org.ehcache.core.spi.cache.Store.RemoveStatus
org.ehcache.core.spi.cache.Store.ReplaceStatus
org.ehcache.core.spi.cache.Store.ValueHolder
org.ehcache.core.spi.cache.events.StoreEvent
org.ehcache.core.spi.cache.events.StoreEventFilter
org.ehcache.core.spi.cache.events.StoreEventListener
org.ehcache.core.spi.cache.events.StoreEventSource
org.ehcache.core.spi.cache.tiering.AuthoritativeTier
org.ehcache.core.spi.cache.tiering.AuthoritativeTier.Provider
org.ehcache.core.spi.cache.tiering.BinaryValueHolder
org.ehcache.core.spi.cache.tiering.CachingTier
org.ehcache.core.spi.cache.tiering.CachingTier.InvalidationListener
org.ehcache.core.spi.cache.tiering.CachingTier.Provider
org.ehcache.core.spi.cache.tiering.HigherCachingTier
org.ehcache.core.spi.cache.tiering.HigherCachingTier.Provider
org.ehcache.core.spi.cache.tiering.LowerCachingTier
org.ehcache.core.spi.cache.tiering.LowerCachingTier.Provider
org.ehcache.core.spi.function.BiFunction
org.ehcache.core.spi.function.Function
org.ehcache.core.spi.function.NullaryFunction
org.ehcache.core.spi.service.CacheManagerProviderService
org.ehcache.core.spi.service.ExecutionService
org.ehcache.core.spi.service.ExecutionServiceFactory
org.ehcache.core.spi.service.FileBasedPersistenceContext
org.ehcache.core.spi.service.LocalPersistenceService
org.ehcache.core.spi.service.LocalPersistenceService.PersistenceSpaceIdentifier
org.ehcache.core.spi.service.ServiceFactory
org.ehcache.core.spi.sizeof.SizeOfEngine
org.ehcache.core.spi.sizeof.SizeOfEngineProvider
org.ehcache.core.spi.time.SystemTimeSource
org.ehcache.core.spi.time.TimeSource
org.ehcache.core.spi.time.TimeSourceService
org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes
org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome
org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes.FlushOutcome
org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes.GetAndFaultOutcome
org.ehcache.core.statistics.CacheOperationOutcomes
org.ehcache.core.statistics.CacheOperationOutcomes.CacheLoadingOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.ConditionalRemoveOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.GetAllOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.GetOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.PutAllOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.PutIfAbsentOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.PutOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.RemoveAllOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.RemoveOutcome
org.ehcache.core.statistics.CacheOperationOutcomes.ReplaceOutcome
org.ehcache.core.statistics.CachingTierOperationOutcomes
org.ehcache.core.statistics.CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome
org.ehcache.core.statistics.CachingTierOperationOutcomes.InvalidateOutcome
org.ehcache.core.statistics.HigherCachingTierOperationOutcomes
org.ehcache.core.statistics.HigherCachingTierOperationOutcomes.SilentInvalidateOutcome
org.ehcache.core.statistics.LowerCachingTierOperationsOutcome
org.ehcache.core.statistics.LowerCachingTierOperationsOutcome.GetAndRemoveOutcome
org.ehcache.core.statistics.LowerCachingTierOperationsOutcome.InstallMappingOutcome
org.ehcache.core.statistics.LowerCachingTierOperationsOutcome.InvalidateOutcome
org.ehcache.core.statistics.StoreOperationOutcomes
org.ehcache.core.statistics.StoreOperationOutcomes.ComputeIfAbsentOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ComputeIfPresentOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ComputeOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ConditionalRemoveOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ConditionalReplaceOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.EvictionOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ExpirationOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.GetOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.PutIfAbsentOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.PutOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.RemoveOutcome
org.ehcache.core.statistics.StoreOperationOutcomes.ReplaceOutcome
org.ehcache.event.CacheEvent
org.ehcache.event.CacheEventListener
org.ehcache.event.CacheEventListenerConfiguration
org.ehcache.event.CacheEventListenerProvider
org.ehcache.event.EventFiring
org.ehcache.event.EventOrdering
org.ehcache.event.EventType
org.ehcache.exceptions.BulkCacheLoadingException
org.ehcache.exceptions.BulkCacheWritingException
org.ehcache.exceptions.CacheAccessException
org.ehcache.exceptions.CacheIterationException
org.ehcache.exceptions.CacheLoadingException
org.ehcache.exceptions.CachePersistenceException
org.ehcache.exceptions.CacheWritingException
org.ehcache.exceptions.SerializerException
org.ehcache.exceptions.StateTransitionException
org.ehcache.expiry.Duration
org.ehcache.expiry.Expirations
org.ehcache.expiry.Expiry
org.ehcache.impl.config.copy.DefaultCopierConfiguration
org.ehcache.impl.config.copy.DefaultCopierConfiguration.Type
org.ehcache.impl.config.copy.DefaultCopyProviderConfiguration
org.ehcache.impl.config.event.CacheEventDispatcherFactoryConfiguration
org.ehcache.impl.config.event.DefaultCacheEventDispatcherConfiguration
org.ehcache.impl.config.event.DefaultCacheEventListenerConfiguration
org.ehcache.impl.config.event.DefaultEventSourceConfiguration
org.ehcache.impl.config.executor.PooledExecutionServiceConfiguration
org.ehcache.impl.config.executor.PooledExecutionServiceConfiguration.PoolConfiguration
org.ehcache.impl.config.loaderwriter.DefaultCacheLoaderWriterConfiguration
org.ehcache.impl.config.loaderwriter.DefaultCacheLoaderWriterProviderConfiguration
org.ehcache.impl.config.loaderwriter.writebehind.DefaultBatchingConfiguration
org.ehcache.impl.config.loaderwriter.writebehind.DefaultWriteBehindConfiguration
org.ehcache.impl.config.loaderwriter.writebehind.WriteBehindProviderConfiguration
org.ehcache.impl.config.persistence.CacheManagerPersistenceConfiguration
org.ehcache.impl.config.persistence.DefaultPersistenceConfiguration
org.ehcache.impl.config.persistence.PersistenceConfiguration
org.ehcache.impl.config.persistence.UserManagedPersistenceContext
org.ehcache.impl.config.serializer.DefaultSerializationProviderConfiguration
org.ehcache.impl.config.serializer.DefaultSerializerConfiguration
org.ehcache.impl.config.serializer.DefaultSerializerConfiguration.Type
org.ehcache.impl.config.sizeof.DefaultSizeOfEngineConfiguration
org.ehcache.impl.config.sizeof.DefaultSizeOfEngineProviderConfiguration
org.ehcache.impl.config.store.disk.OffHeapDiskStoreConfiguration
org.ehcache.impl.config.store.disk.OffHeapDiskStoreProviderConfiguration
org.ehcache.impl.copy.IdentityCopier
org.ehcache.impl.copy.ReadWriteCopier
org.ehcache.impl.copy.SerializingCopier
org.ehcache.impl.events.CacheEventAdapter
org.ehcache.impl.events.CacheEventDispatcherImpl
org.ehcache.impl.persistence.DefaultLocalPersistenceService
org.ehcache.impl.serialization.CharSerializer
org.ehcache.impl.serialization.CompactJavaSerializer
org.ehcache.impl.serialization.CompactJavaSerializer.SerializableDataKey
org.ehcache.impl.serialization.CompactPersistentJavaSerializer
org.ehcache.impl.serialization.DoubleSerializer
org.ehcache.impl.serialization.FloatSerializer
org.ehcache.impl.serialization.IntegerSerializer
org.ehcache.impl.serialization.LongSerializer
org.ehcache.impl.serialization.StringSerializer
org.ehcache.jsr107.DefaultConfigurationResolver
org.ehcache.jsr107.DefaultJsr107SerializationProvider
org.ehcache.jsr107.DefaultJsr107Service
org.ehcache.jsr107.Eh107CacheStatisticsMXBean
org.ehcache.jsr107.Eh107Configuration
org.ehcache.jsr107.EhcacheCachingProvider
org.ehcache.jsr107.Jsr107ServiceConfigurationParser
org.ehcache.jsr107.MultiCacheException
org.ehcache.jsr107.config.Jsr107Configuration
org.ehcache.jsr107.config.Jsr107Service
org.ehcache.management.CollectorService
org.ehcache.management.ManagementRegistryService
org.ehcache.management.ManagementRegistryServiceConfiguration
org.ehcache.management.SharedManagementService
org.ehcache.management.config.EhcacheStatisticsProviderConfiguration
org.ehcache.management.config.StatisticsProviderConfiguration
org.ehcache.management.providers.CacheBinding
org.ehcache.management.providers.EhcacheStatisticCollectorProvider
org.ehcache.management.providers.actions.EhcacheActionProvider
org.ehcache.management.providers.actions.EhcacheActionWrapper
org.ehcache.management.providers.statistics.EhcacheStatisticsProvider
org.ehcache.management.registry.DefaultCollectorService
org.ehcache.management.registry.DefaultManagementRegistryConfiguration
org.ehcache.management.registry.DefaultManagementRegistryFactory
org.ehcache.management.registry.DefaultManagementRegistryService
org.ehcache.management.registry.DefaultSharedManagementService
org.ehcache.management.registry.EhcacheNotification
org.ehcache.spi.LifeCycled
org.ehcache.spi.ServiceProvider
org.ehcache.spi.copy.Copier
org.ehcache.spi.copy.CopyProvider
org.ehcache.spi.loaderwriter.CacheLoaderWriter
org.ehcache.spi.loaderwriter.CacheLoaderWriterProvider
org.ehcache.spi.loaderwriter.WriteBehindConfiguration
org.ehcache.spi.loaderwriter.WriteBehindConfiguration.BatchingConfiguration
org.ehcache.spi.loaderwriter.WriteBehindProvider
org.ehcache.spi.serialization.SerializationProvider
org.ehcache.spi.serialization.Serializer
org.ehcache.spi.serialization.UnsupportedTypeException
org.ehcache.spi.service.MaintainableService
org.ehcache.spi.service.PersistableResourceService
org.ehcache.spi.service.Service
org.ehcache.spi.service.ServiceConfiguration
org.ehcache.spi.service.ServiceCreationConfiguration
org.ehcache.spi.service.ServiceDependencies
org.ehcache.spi.service.SupplementaryService
org.ehcache.statistics.BulkOps
org.ehcache.transactions.xa.EhcacheXAException
org.ehcache.transactions.xa.XACacheAccessException
org.ehcache.transactions.xa.XACacheException
org.ehcache.transactions.xa.configuration.XAStoreConfiguration
org.ehcache.transactions.xa.configuration.XAStoreProviderConfiguration
org.ehcache.transactions.xa.txmgr.TransactionManagerWrapper
org.ehcache.transactions.xa.txmgr.XAResourceRegistry
org.ehcache.transactions.xa.txmgr.btm.BitronixXAResourceRegistry
org.ehcache.transactions.xa.txmgr.provider.TransactionManagerProvider
org.ehcache.transactions.xa.txmgr.provider.TransactionManagerProviderConfiguration
org.ehcache.transactions.xml.TxCacheManagerServiceConfigurationParser
org.ehcache.transactions.xml.TxCacheServiceConfigurationParser
org.ehcache.xml.CacheManagerServiceConfigurationParser
org.ehcache.xml.CacheServiceConfigurationParser
org.ehcache.xml.XmlConfiguration
org.ehcache.xml.exceptions.XmlConfigurationException
org.ehcache.xml.model.BaseCacheType
org.ehcache.xml.model.CacheEntryType
org.ehcache.xml.model.CacheLoaderWriterType
org.ehcache.xml.model.CacheLoaderWriterType.WriteBehind
org.ehcache.xml.model.CacheLoaderWriterType.WriteBehind.Batching
org.ehcache.xml.model.CacheTemplateType
org.ehcache.xml.model.CacheType
org.ehcache.xml.model.ConfigType
org.ehcache.xml.model.CopierType
org.ehcache.xml.model.CopierType.Copier
org.ehcache.xml.model.DiskStoreSettingsType
org.ehcache.xml.model.EventFiringType
org.ehcache.xml.model.EventOrderingType
org.ehcache.xml.model.EventType
org.ehcache.xml.model.ExpiryType
org.ehcache.xml.model.ExpiryType.None
org.ehcache.xml.model.ListenersType
org.ehcache.xml.model.ListenersType.Listener
org.ehcache.xml.model.MemoryType
org.ehcache.xml.model.MemoryUnit
org.ehcache.xml.model.ObjectFactory
org.ehcache.xml.model.PersistableMemoryType
org.ehcache.xml.model.PersistenceType
org.ehcache.xml.model.ResourceType
org.ehcache.xml.model.ResourceUnit
org.ehcache.xml.model.ResourcesType
org.ehcache.xml.model.SerializerType
org.ehcache.xml.model.SerializerType.Serializer
org.ehcache.xml.model.ServiceType
org.ehcache.xml.model.SizeofType
org.ehcache.xml.model.SizeofType.MaxObjectGraphSize
org.ehcache.xml.model.ThreadPoolReferenceType
org.ehcache.xml.model.ThreadPoolsType
org.ehcache.xml.model.ThreadPoolsType.ThreadPool
org.ehcache.xml.model.TimeType
org.ehcache.xml.model.TimeUnit