组织ID: |
ehcache |
项目ID: |
ehcache |
版本: |
1.2beta4 |
最后修改时间: |
2020-03-11 17:44:52 |
包类型: |
jar |
标题: |
Ehcache |
描述: |
Ehcache is a pure
Java, in-process cache with the following features: Fast, Simple, Acts as
a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of
ehcache are production tested for several weeks on a large and very
busy eCommerce site before release. |
大小: |
107.81KB |
|
Maven引入代码: |
<dependency>
<groupId>ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.2beta4</version>
</dependency>
|
Gradle引入代码: |
ehcache:ehcache:1.2beta4
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>ehcache</groupId>
<artifactId>ehcache</artifactId>
<name>Ehcache</name>
<version>1.2beta4</version>
<description>Ehcache is a pure
Java, in-process cache with the following features: Fast, Simple, Acts as
a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of
ehcache are production tested for several weeks on a large and very
busy eCommerce site before release.</description>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
ehcache-failsafe.xml
net.sf.ehcache.Cache$1.class
net.sf.ehcache.Cache.class
net.sf.ehcache.CacheException.class
net.sf.ehcache.CacheManager.class
net.sf.ehcache.Element.class
net.sf.ehcache.ObjectExistsException.class
net.sf.ehcache.Status.class
net.sf.ehcache.config.BeanHandler$ElementInfo.class
net.sf.ehcache.config.BeanHandler.class
net.sf.ehcache.config.CacheConfiguration$CacheEventListenerFactoryConfiguration.class
net.sf.ehcache.config.CacheConfiguration.class
net.sf.ehcache.config.Configuration.class
net.sf.ehcache.config.ConfigurationFactory.class
net.sf.ehcache.config.ConfigurationHelper.class
net.sf.ehcache.config.DiskStoreConfiguration$1Env.class
net.sf.ehcache.config.DiskStoreConfiguration.class
net.sf.ehcache.config.FactoryConfiguration.class
net.sf.ehcache.distribution.CacheManagerPeerListener.class
net.sf.ehcache.distribution.CacheManagerPeerListenerFactory.class
net.sf.ehcache.distribution.CacheManagerPeerProvider.class
net.sf.ehcache.distribution.CacheManagerPeerProviderFactory.class
net.sf.ehcache.distribution.CachePeer.class
net.sf.ehcache.distribution.CacheReplicator.class
net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory.class
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver$1.class
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver$MulticastReceiverThread.class
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver.class
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender$MulticastServerThread.class
net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender.class
net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.class
net.sf.ehcache.distribution.PayloadUtil.class
net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator$EventMessage.class
net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator$ReplicationThread.class
net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator.class
net.sf.ehcache.distribution.RMICacheManagerPeerListener.class
net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory.class
net.sf.ehcache.distribution.RMICacheManagerPeerProvider.class
net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.class
net.sf.ehcache.distribution.RMICachePeer.class
net.sf.ehcache.distribution.RMICachePeer_Skel.class
net.sf.ehcache.distribution.RMICachePeer_Stub.class
net.sf.ehcache.distribution.RMICacheReplicatorFactory.class
net.sf.ehcache.distribution.RMISynchronousCacheReplicator.class
net.sf.ehcache.distribution.RemoteCacheException.class
net.sf.ehcache.event.CacheEventListener.class
net.sf.ehcache.event.CacheEventListenerFactory.class
net.sf.ehcache.event.CacheManagerEventListener.class
net.sf.ehcache.event.CacheManagerEventListenerFactory.class
net.sf.ehcache.event.RegisteredEventListeners.class
net.sf.ehcache.hibernate.Plugin.class
net.sf.ehcache.hibernate.Provider.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-api-1.0.4.jar
/commons-logging/commons-logging-api/1.0.4
查看commons-logging-api所有版本文件
commons-collections-2.1.1.jar
/commons-collections/commons-collections/2.1.1
查看commons-collections所有版本文件
|