Integration with Spring Cache
Spring is a lightweight, open-source framework for Java that provides dependency injection and aspect-oriented programming capabilities. It serves as a comprehensive development platform that simplifies building and managing enterprise-level applications. 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.
Use NCache with Spring
Explains how to configure Spring Cache applications to use NCache as a caching module.