JBoss cache 3.0 Overview
JBoss cache is designed for Java SE applications based on Java frameworks, application servers, and users.ProgramProvides enterprise-level cluster solutions.
1) high cluster availability
JBoss cache is a replicable cache, and its status is always saved in sync with other servers in the cluster. This allows any status stored in the JBoss cache to be restored, even if the server crashes or restarts.
2) The cluster cache eliminates the bottleneck.
JBoss cache is designed to cache frequently accessed Java objects to dynamically improve application performance. This makes it easier to remove data access bottlenecks, such as database connections.
The JBoss cache instance must be updated and synchronized remotely.
3) enterprise level
JBoss cache is an advanced and enterprise-level data grid solution that provides features such as transaction processing, collection, and cache loading.
4) License
JBoss cache is based on the lgpl license and is 100% open source.