Download ehcache-2.2.0.jar file - Jar e

Jar examples for e:ehcache

Description

ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI, with a pluggable API. 7. Cache and CacheManager listeners 8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application. 9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1. 10. Small foot print. Both in terms of size and memory requirements. 11. Minimal dependencies apart from J2SE. 12. Fully documented. See the online Documentation and the online JavaDoc. 13. Comprehensive Test Coverage. See the clover test report. 14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects. 15. Production tested. EHCache is used on a large and very busy eCommerce site. 16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.

You can download jar file ehcache 2.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ehcache-2.2.0.jar to your project.

<dependency>
   <groupId>net.sf.ehcache</groupId>
   <artifactId>ehcache</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'net.sf.ehcache', name: 'ehcache', version: '2.2.0'
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.2.0"
<dependency org="net.sf.ehcache" name="ehcache" rev="2.2.0"/>
@Grapes(@Grab(group='net.sf.ehcache', module='ehcache', version='2.2.0'))
'net.sf.ehcache:ehcache:jar:2.2.0'

Download

Click the following link to download the jar file.

ehcache-2.2.0.pom



Related Tutorials