Beispiel #1
0
 public bool HasMethodGet() => CacheGet.Any();
Beispiel #2
0
 public async Task <bool> HasMethodGet(
     CancellationToken token) =>
 await Task.Run(() => CacheGet.Any(), token).
 ConfigureAwait(false);