Example #1
0
 public async Task RemoveExpiredEntriesAsync(CancellationToken token = default)
 {
     await cache.RemoveExpiredEntriesAsync(token).ConfigAwait();
 }