Event Notifications in Cache
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. Cache event notifications provide this mechanism for notifying the user every time any registered operation is performed on the cache.
In This Section
Events Properties and Behaviour in Cache
Explains the basic concepts of cache event notifications.
Cache Level Event Notifications
Explains how to use notification mechanism for events occurring at cache level.
Management Level Event Notifications
Explains how to add management level events mechanism.
Item Level Event Notifications
Explains how to use notification mechanism for events occurring at item level.