Java Third-Party Integrations
Java is a high-level, class-based, object-oriented programming language. NCache offers extensive support for Java for both its client and server side features.
Supported Java Client-Side Features
NCache offers in-depth support for its Client-Side API in Java, it supports the following features:
- CRUD Operations
- JSON CRUD Operations [Deprecated]
- Expiration
- Locking
- Groups [Deprecated]
- Tags
- Named Tags
- SQL Queries
- Events
- Continuous Query [Deprecated]
- Dependencies [Deprecated]
- Data Structures
- Pub/Sub Messaging
Supported Java Server-Side Features
NCache offers comprehensive support for it's Server-Side API in Java, it supports the following features:
Along with this already rich set of features, NCache supports Java Sessions, Frameworks, tools, and APIs. This section is a practical guide for those users who wish to use these features.
In This Section
Hibernate Caching
Explains how to configure NCache to be used as a second-level cache for Hibernate.
Spring Framework Caching Integration
Explains how to configure the Spring Framework to use NCache.
JCache
Explains how to use the JCache API with NCache.