Integration with Spring Cache
Spring is a lightweight dependency injection, and aspect-oriented development container, and open-source software development framework for Java. It simplifies application development by allowing developers to focus on business logic without the hassle of figuring out dependencies and setting up specific environments. Spring achieves this ease of development using Java objects not bound by framework-specific restrictions or conventions (POJOs). Similarly, it uses Autowiring to identify and populate the project with relevant dependencies. These efforts result in Spring applications being loosely coupled, easy to test, able to support cross-cutting functions, and more.
NCache integrates with Spring and Spring Boot. Essentially, users can easily plugin NCache to their existing Spring applications to configure Spring Cache. They only need to modify the relevant configuration files.
In This Section
NCache as Spring Data Cache
Explains the overall reasons and benefits of using NCache with Spring Cache.
Configuring Application for using NCache as Spring’s Caching Provider
Explains how to configure Spring Cache applications to use NCache as a caching module.