Cache Events
Many applications today need to share data asynchronously with each other at runtime in order to provide data integrity. Secondly, they need to update their state of data or synchronize the snapshot of data with the sever side state. Therefore, the application needs a mechanism to monitor their state of data with server. Event notifications provide this mechanism for notifying the user every time any registered operation is performed on the cache.
In This Section
Events Overview
Explains the basic concepts of cache event notifications.
Cache Level Data Event Notifications
Explains how to use notification mechanism for events occurring at cache level.
Management Level Events
Explains how to add management level events mechanism.
Item Level Data Event Notifications
Explains how to use notification mechanism for events occurring at item level.
Custom Event Notifications
Explains how to use custom events and notification mechanism provided by NCache.