Ehcache is a pure Java, in-process cache with the following features: {
} 1. Fast {
} 2. Simple {
} 3. Acts as a pluggable cache for Hibernate {
} 4. Small foot print both in terms of size and memory requirements. {
} 5. Minimal dependencies. {
} 6. Fully documented. See the online documentation, FAQ and the online JavaDoc. {
} 7. Comprehensive test coverage. See the Clover test report. {
} 8. Scalable to hundreds of caches and large multi-CPU servers. {
} 9. Provides LRU, LFU and FIFO cache eviction policies. {
10.} Available under the Apache license. Ehcache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making ehcache suitable for use in Apache projects. {
11.} Production tested. All final versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.

WWW: https://github.com/ehcache/ehcache3
