NCache Caching Integration with Spring
Spring is a lightweight dependency injection, aspect-oriented development container and framework for Java. It lets the user simplify their application development and plugin reusable code in their application. While Spring Framework provides users with flexibility, Spring Boot aims to shorten code length and provides 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 an integration with Spring Framework, as well as Spring Boot and the user can easily plugin NCache to their existing Spring applications. They only need to add 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.