Events
Important
In case you want to update any cache settings please refer to the Update Cache Config section to follow the set of steps.
Configure Event Settings
On the server side a priority queue is used between events and cache operations. EventPriorityRatio
property defines the event ratio. Default value is 30. EventPriorityRatio
cannot be less than 1.
<add key="NCacheServer.EventPriorityRatio" value="30"/>
Server now sends bulk events to client, but the bulk size is configurable. Default value is 50, EventBulkCount cannot be less than 1.
<add key="NCacheServer.EventBulkCount" value="50"/>
BulkEventCollectionInterval
defines the interval for bulk event collection. Default value is 2 seconds. BulkEventCollectionInterval
cannot be less than 1.
<add key="NCacheServer.BulkEventCollectionInterval" value="2"/>
NotificationEventInterval
is server side polling notification interval for change
events. This value is in seconds. Minimum value is 1.
<add key="NCacheServer.NotificationEventInterval" value="1"/>