JCache API
NCache JCache (JSR-107) integration provides a standardized, vendor-neutral caching interface for Java applications, ensuring high portability and developer productivity. By implementing the JSR-107 specification, NCache allows Java developers to leverage a familiar, consistent API while benefiting from an enterprise-grade distributed caching backend. This integration is ideal for organizations seeking to avoid vendor lock-in while scaling their application state across distributed clusters, providing a robust framework for managing Object Lifecycles, Expiry Policies, and Cluster-wide Event Notifications.
In This Section
Initialize Cache
Explains how to intialize the cache and perform CRUD operations with JCache.
Data Expiration in JCache
Explains data invalidation strategies in JCache such as Accessed, Created, Modified, Eternal, and Touched Expiry policies.
Event Notifications in JCache
Explains Event Notifications and how to register and unregister them.