Event CacheCleared
Event for notifying applications when the ICache is cleared.
Namespace: Alachisoft.NCache.Client.Services
Assembly: Alachisoft.NCache.Client.dll
Syntax
event CacheClearedCallback CacheCleared
Returns
Type | Description |
---|---|
CacheClearedCallback |
Remarks
Since this handler is invoked every time the ICache is cleared, doing a lot of processing inside the handler might have an impact on the performance of the cache and cluster. It is therefore advisable to do minimal processing inside the handler.