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
- Expiration
- Locking
- Groups
- Tags
- Named Tags
- SQL Queries
- Events
- Continuous Query
- Dependencies
- 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
HttpSession
Explains how to use NCache with Java Web Applications.
Spring Framework Caching Integration
Explains how to configure the Spring Framework to use NCache.
Hibernate Caching
Explains how to configure NCache to be used as a second-level cache for Hibernate.
JCache
Explains how to use the JCache API with NCache.