文件名称: ehcache-1.6.0-snapshot.jar中文-英文对照文档.zip
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.6.0-snapshot</version>
</dependency>Gradle:
implementation group: 'net.sf.ehcache', name: 'ehcache', version: '1.6.0-snapshot'
Gradle (Short):
implementation 'net.sf.ehcache:ehcache:1.6.0-snapshot'
Gradle (Kotlin):
implementation("net.sf.ehcache:ehcache:1.6.0-snapshot")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.sf.ehcache
net.sf.ehcache.bootstrap
net.sf.ehcache.concurrent
net.sf.ehcache.config
net.sf.ehcache.constructs.asynchronous
net.sf.ehcache.constructs.blocking
net.sf.ehcache.distribution
net.sf.ehcache.event
net.sf.ehcache.exceptionhandler
net.sf.ehcache.extension
net.sf.ehcache.hibernate
net.sf.ehcache.loader
net.sf.ehcache.management
net.sf.ehcache.store
net.sf.ehcache.utilnet.sf.ehcache.Cache
net.sf.ehcache.CacheException
net.sf.ehcache.CacheManager
net.sf.ehcache.Ehcache
net.sf.ehcache.Element
net.sf.ehcache.MimeTypeByteArray
net.sf.ehcache.ObjectExistsException
net.sf.ehcache.Statistics
net.sf.ehcache.Status
net.sf.ehcache.bootstrap.BootstrapCacheLoader
net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
net.sf.ehcache.concurrent.ConcurrencyUtil
net.sf.ehcache.concurrent.Mutex
net.sf.ehcache.concurrent.StripedMutex
net.sf.ehcache.concurrent.Sync
net.sf.ehcache.config.CacheConfiguration
net.sf.ehcache.config.Configuration
net.sf.ehcache.config.ConfigurationFactory
net.sf.ehcache.config.ConfigurationHelper
net.sf.ehcache.config.DiskStoreConfiguration
net.sf.ehcache.config.FactoryConfiguration
net.sf.ehcache.constructs.asynchronous.AsynchronousCommandException
net.sf.ehcache.constructs.asynchronous.AsynchronousCommandExecutor
net.sf.ehcache.constructs.asynchronous.Command
net.sf.ehcache.constructs.asynchronous.CommandNotFoundInCacheException
net.sf.ehcache.constructs.asynchronous.RetryAttemptTooSoonException
net.sf.ehcache.constructs.asynchronous.TooManyRetriesException
net.sf.ehcache.constructs.blocking.BlockingCache
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.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.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.event.CacheEventListener
net.sf.ehcache.event.CacheEventListenerFactory
net.sf.ehcache.event.CacheManagerEventListener
net.sf.ehcache.event.CacheManagerEventListenerFactory
net.sf.ehcache.event.CacheManagerEventListenerRegistry
net.sf.ehcache.event.RegisteredEventListeners
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.SingletonEhCacheProvider
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.ManagementService
net.sf.ehcache.store.AbstractPolicy
net.sf.ehcache.store.DiskStore
net.sf.ehcache.store.FifoPolicy
net.sf.ehcache.store.LfuPolicy
net.sf.ehcache.store.LruMemoryStore
net.sf.ehcache.store.LruPolicy
net.sf.ehcache.store.MemoryStore
net.sf.ehcache.store.MemoryStoreEvictionPolicy
net.sf.ehcache.store.Policy
net.sf.ehcache.store.Store
net.sf.ehcache.util.ClassLoaderUtil
net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream
net.sf.ehcache.util.PropertyUtil