net.sf.ehcache:ehcache:jar:1.2.0_03
DescriptionEhcache is a pure Java, in-process cache with the following features:<br/>
<ol>
<li><a href="#speed">Fast</a><br>
</li>
<li>Simple</li>
<li>Acts as a pluggable cache for Hibernate 2.1, 3 and 3.1.</li>
<li>Small foot print. Both in terms of size and memory requirements.</li>
<li>Minimal <a href="documentation/index.html#dependencies">dependencies.</a></li>
<li>Fully documented. See the online <a href="/documentation/">Documentation</a>,
<a href="/documentation/faq.html">FAQ</a> and the online <a
href="javadoc/">JavaDoc.</a></li>
<li>Provides Memory and Disk stores.</li>
<li>Comprehensively Test Coverage. See
the <a href="clover/index.html">clover test report.</a></li>
<li>Scalable to hundreds of caches and large multi-cpu servers.</li>
<li>Multiple CacheManagers per virtual machine (new in 1.2)</li>
<li>Provides LRU, LFU and FIFO cache eviction policies. (new in 1.2)</li>
<li>Persistent disk store which stores data between VM restarts.</li>
<li>Supports the registration of CacheManager and CacheEventListener
for flexible integration(new in 1.2)</li>
<li>Distributed caching, with fine grained control overf discovery
and delivery options. <br>
</li>
<li>Pluggable distribution API for extending distribution with
different mechanisms. <br>
</li>
<li>Available under the Apache 2.0 license. Ehcache's
copyright and licensing has been reviewed and
approved by the Apache Software Foundation, making ehcache
suitable for
use in Apache projects.</li>
<li>Production tested. All final versions of ehcache
are production tested for several weeks on a large and very
busy eCommerce site before release.<br/>
</li>
<li>BlockingCache, SelfPopulatingCache, gzipping, caching Servlet
filters, and AsynchronousFaultTolerantCommandExecutor available in the
optional <a href="ehcache-constructs">ehcache-constructs</a> package.</li>
</ol>
URLhttp://ehcache.sf.net