Example #1
0
 public async Task HandleEventAsync(HotWorkerEventData eventData)
 {
     await _cache.RemoveAsync(CachingConsts.CachePrefix.Hot);
 }