Alachisoft NCache 4.1 - Online Documentation

Event Notifications

 
NOTE: This feature is not available in NCache Express and Professional edition.
 
NCache allows client applications to register to be notified whenever add, insert or remove operation is performed against any or selected cache keys, or when some custom event occurs. Similarly, NCache provides events that are fired based upon cluster status. This section is about availing such notifications.
 
In This Section
Explains the use of General Purpose Notifications in clusters for add, insert, remove, and clear operations.
Describes notifying all the subscribers of item specific notification event when a single or multiple cache items are updated or removed from the cache.
Describes how a producer application can call a single method that invokes handlers on all the subscribers of the custom notification event.
Explains writing event handlers to respond to notifications about the cluster status.
 
See Also
Shows how to transparently fetch the required data from the master datasource if it is not available in the cache and vice versa.
Shows how to keep expired items in a queue for immediate access. This expired data reloads from the datasource when updated.
 
Copyright © 2005-2012 Alachisoft. All rights reserved.