Delegate CacheClearedEventHandler
Delegate which will be fired, if the cached was cleared
Namespace: Simplic.Cache
Assembly: Simplic.CoreLib.dll
Syntax
public delegate void CacheClearedEventHandler(object sender, CacheClearedEventArgs arg);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Cache manager isntance |
CacheClearedEventArgs | arg | Event args instance |