Java Web App Caching
NCache offers a no-code option for persisting sessions in Java applications using distributed caching, allowing you to quickly integrate sessions into existing applications and see an immediate boost in performance without any code changes. If you require reliable and scalable storage for session persistence and your application is running on a web server farm with load-balancing configured, NCache is the best option for you.
Using NCache provides you with the following advantages:
No Code Change: You don't need to update the code to use NCache Java sessions in your application.
Better Performance: Session data is stored in an in-memory cache that yields maximum performance.
Scalability: It's an in-memory distributed data grid that provides linear scalability. As you increase your cache cluster nodes to tackle extreme transaction load, performance also improves, and you can achieve as much scalability as necessary.
Reliability: NCache lets you intelligently replicate Java servlet sessions across multiple servers according to the topology used, without compromising its reliability and performance - you won't lose any session data even if a cache server goes down.
In This Section
Java Web Sessions
Explains how to configure applications to use NCache with Java Web Sessions.