JCache API
JCache is a standardized Java caching API. It provides functionalities like adding, updating, and removing data from the cache. You can plug NCache into your JCache application and use the same JCache API with a distributed solution.
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.