组织ID: |
ehcache |
项目ID: |
ehcache |
版本: |
1.1 |
最后修改时间: |
2018-07-26 09:47:15 |
包类型: |
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. |
大小: |
46.42KB |
|
Maven引入代码: |
<dependency>
<groupId>ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.1</version>
</dependency>
|
Gradle引入代码: |
ehcache:ehcache:1.1
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>ehcache</groupId>
<artifactId>ehcache</artifactId>
<name>Ehcache</name>
<version>1.1</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</artifactId>
<version>1.0.4</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.config.BeanHandler$ElementInfo.class
net.sf.ehcache.config.BeanHandler.class
net.sf.ehcache.config.Configuration$Cache.class
net.sf.ehcache.config.Configuration$DefaultCache.class
net.sf.ehcache.config.Configuration$DiskStore.class
net.sf.ehcache.config.Configuration.class
net.sf.ehcache.config.Configurator.class
net.sf.ehcache.hibernate.Plugin.class
net.sf.ehcache.hibernate.Provider.class
net.sf.ehcache.store.DiskStore$1.class
net.sf.ehcache.store.DiskStore$DiskElement.class
net.sf.ehcache.store.DiskStore$ExpiryThread.class
net.sf.ehcache.store.DiskStore$SpoolThread.class
net.sf.ehcache.store.DiskStore.class
net.sf.ehcache.store.MemoryStore$SpoolingLRUMap.class
net.sf.ehcache.store.MemoryStore$SpoolingLinkedHashMap.class
net.sf.ehcache.store.MemoryStore.class
net.sf.ehcache.store.Store.class
LICENSE.txt
|
依赖Jar: |
commons-logging-1.0.4.jar
/commons-logging/commons-logging/1.0.4
查看commons-logging所有版本文件
|