Event CacheCleared
Occurs after the Cache is cleared.
Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web.dll
Syntax
public virtual event CacheClearedCallback CacheCleared
Returns
Type | Description |
---|---|
CacheClearedCallback |
Remarks
You can use this event to perform tasks when the Cache is cleared.
Since this callback is invoked every time an item is removed from the Cache, doing a lot of processing inside the callback might have an impact on the performance of the cache and cluster. It is therefore advisable to do minimal processing inside the handler.
For more information on how to use this callback see the documentation for CacheClearedCallback.