Java缓存组件 cache4j

openkk 12年前
     <div id="p_fullcontent" class="detail">     <p>cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存 清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。<b><br /> 主要特性</b> </p>     <ul>      <li>内存缓存</li>      <li>设计用于多线程环境</li>      <li>两种实现:同步和,阻塞</li>      <li>eviction algorithm LFU, LRU, FIFO</li>      <li>for store object can use strong or soft reference </li>      <li>available under the BSD license</li>     </ul>     <p>性能测试结果:<a href="/misc/goto?guid=4959498320423600306" target="_blank">http://cache4j.sourceforge.net/ptest.htm</a><br /> </p>     <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1323010673889" target="_blank">http://www.open-open.com/lib/view/home/1323010673889</a></p>    </div>