Using NCache as Spring’s Caching Provider
NCache provides options for users to integrate their Spring applications with NCache. One of them is through the generic NCache implementation of caching abstractions and the other is by using the JCache caching implementation. After configuring your Spring application, bind these caching behaviors use the caching declarations as detailed in this section.
In this Section
Configure Generic Spring Caching Provider
Explains the basic steps of defining configurations through the NCache Generic Spring Caching Provider.
Configure JCache Spring Caching Provider
Discusses how to configure your application through the JCache Spring Caching Provider using the NCache JSR-107 implementation.
Configure Caching Declaration
Discusses how to configure your application through caching annotations and the Custom Key Generator.