Example #1
0
 /// <inheritdoc cref="ICache.Exists{TItem}" />
 public Task <bool> Exists <TItem>(string key)
 => _cacheProvider.Exists(GenerateKey <TItem>(key));