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.
Project metadata download: ehcache-1.2.pom
Binary download: ehcache-1.2.jar
Source download: ehcache-1.2-sources.jar
Files: 54,
Classes: 63,
Lines of code: 10312
Google AppEngine: Partial support
Depends on:(View as diagram)
  • Maven-Central / commons-collections / commons-collections
  • Maven-Central / commons-logging / commons-logging
  • JDK / jdk / openjdk
Used by:
  • Maven-Central / org.apache.cocoon / cocoon-ajax-impl
  • Maven-Central / org.apache.cocoon / cocoon-apples-impl
  • Maven-Central / org.apache.cocoon / cocoon-core
  • Maven-Central / org.apache.cocoon / cocoon-flowscript-impl
  • Maven-Central / org.apache.cocoon / cocoon-forms-impl
  • Maven-Central / org.apache.cocoon / cocoon-template-impl
  • Maven-Central / org.jvnet.hifaces / hifaces
MD5 Signatures:
  • 0c325a161149bbd04f1f36bec7322da5
  • 4ada16f4ab91dcb8255100e2c3812828
New to GrepCode? Check out our FAQ X