• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Event CacheCleared

Event for notifying applications when the ICache is cleared.

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.

Back to top Copyright © 2017 Alachisoft