没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > JBoss Cache |
JBoss Cache
|
10 | 0 | 8897 |
贡献者 | 讨论 | 代码提交 |
概述
JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of applications. By eliminating unnecessary database access, JBoss Cache decreases network traffic and increases the scalability of applications.
In addition, JBoss Cache is a clustering library allowing you to transparently share objects across JVMs across a cluster.
JBoss Cache provides three APIs to suit your needs. The Core API offers a tree-structured node-based cache. A POJO API provides the ability to perform fine-grained replication of Java objects, resulting in maximum performance benefits. Finally, a new Searchable API allows you to run object-based queries on the cache to search for cached objects.
创建时间:2014-05-06 16:04