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.3.pom
Binary download: ehcache-1.2.3.jar
Source download: ehcache-1.2.3-sources.jar
Javadoc download: ehcache-1.2.3-javadoc.jar
Files: 96,
Classes: 110,
Lines of code: 19636
Google AppEngine: Partial support
Depends on:(View as diagram)
  • Maven-Central / antlr / antlr
  • Maven-Central / cglib / cglib
  • Maven-Central / commons-collections / commons-collections
  • Maven-Central / commons-httpclient / commons-httpclient
  • Maven-Central / commons-logging / commons-logging
  • Maven-Central / dom4j / dom4j
  • Maven-Central / httpunit / httpunit
  • Maven-Central / javax.servlet / servlet-api
  • Maven-Central / jtidy / jtidy
  • Maven-Central / junit / junit
  • Maven-Central / nekohtml / nekohtml
  • Maven-Central / org.hibernate / hibernate
  • Maven-Central / rhino / js
  • Maven-Central / xerces / xerces
  • Maven-Central / xerces / xercesImpl
  • JDK / jdk / openjdk
Used by:
MD5 Signatures:
  • e26a78a6249bb308dc13c2c5a7980567
  • ea31f6e8e8d33dc071986d8961062093
New to GrepCode? Check out our FAQ X