Configuring Application for using NCache as Spring’s Caching Provider
NCache provides options for users to integrate their Spring applications with NCache. One of them is through NCache Generic implementation of Caching Abstractions and the other is by using JCache Caching implementation. After configuring your Spring application, to bind these caching behaviors use the Caching Declarations as provided.
The upcoming section gives the details of the ways provided through which the user can configure their Spring application seamlessly with NCache as a distributed Java Spring cache.
In this Section
Configure Application for Generic Spring Caching Provider
Explains the basic steps of defining configurations through the NCache Generic Spring Caching Provider.
Configure Application for JCache Caching Provider
Discusses about how to configure your application through the JCache Spring Caching Provider using NCache JSR-107 implementation.
Configure Application using Caching Declaration
Discusses about how to configure your application through Caching Annotations and Custom Key Generator.