Jump to letter: [
ABEFHJMOTW
]
ehcache: Easy Hibernate Cache
- Summary
- Ehcache is a pure Java, in-process cache with the following features:
1. Fast
2. Simple
3. Acts as a pluggable cache for Hibernate 2.1, 3 and 3.1.
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. Provides Memory and Disk stores.
8. Comprehensively Test Coverage. See the clover test report.
9. Scalable to hundreds of caches and large multi-cpu servers.
10. Multiple CacheManagers per virtual machine (new in 1.2)
11. Provides LRU, LFU and FIFO cache eviction policies. (new in 1.2)
12. Persistent disk store which stores data between VM restarts.
13. Supports the registration of CacheManager and CacheEventListener
for flexible integration(new in 1.2)
14. Distributed caching, with fine grained control overf discovery
and delivery options.
15. Pluggable distribution API for extending distribution with
different mechanisms.
16. Available under the Apache 1.1license. Ehcache's copyright and
licensing has been reviewed and approved by the Apache Software
Foundation, making ehcache suitable for use in Apache projects.
17. Production tested. All final versions of ehcache are production
tested for several weeks on a large and very busy eCommerce site
before release.
18. BlockingCache, SelfPopulatingCache, gzipping, caching Servlet
filters, and AsynchronousFaultTolerantCommandExecutor available
in the optional ehcache-constructs package.
Arch: noarch
| Download: | ehcache-1.2-1jpp.src.rpm |
| Build Date: | Thu Jun 22 00:05:00 2006 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 4.82 MiB |
Changelog
- * Thu Jun 22 00:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.2-1jpp
-
- Upgrade to 1.2
- * Tue Feb 28 23:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.1-4jpp
-
- Re-add patch to fix tests so that they build on JRockit
- * Thu Feb 16 23:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.1-3jpp
-
- Patch the checkstyle config to build with checkstyle-4.1
- Enable failOnViolation of checkstyle target
- Drop ehcache-test.patch: some platform dependency ?
- Reduce requires
- Add -hibernate subpackage for hibernate provider (patched to hibernate3)
- Add option --without hibernate for bootstrap purposes