NCache Caching Integration with Spring
Spring is a lightweight dependency injection, aspect-oriented development container and framework for Java. It lets the user to simplify their application development and plug in reusable pieces in their application. While Spring Framework works on providing the flexibility to the user, Spring Boot aims to shorten the code length and provides you with the easiest way to develop a web application. Spring Boot is basically an extension of Spring Framework, which eliminates the boilerplate configurations required for setting up a Spring application.
NCache provides the integration with Spring Framework as well as Spring Boot and the user can easily plug in NCache to their existing Spring applications. The only need is to add in the configuration files to take advantage of the NCache distributed system.
In This Section
NCache as Spring Data Cache
Explains the overall reasons and benefits for using NCache with Spring.
Configuring Application for using NCache as Spring’s Caching Provider
Explains how to configure Spring applications to use NCache as a caching module.