Exemplo n.º 1
0
 public async Task Handle(DatabaseUpdatedEvent notification, CancellationToken cancellationToken)
 {
     await _distributedCache.ClearCache(CancellationToken.None);
 }