Exemple #1
0
 public async Task <bool> ExistsAsync(string id)
 {
     return(await _cache.ContainsKeyAsync <T>(new RateLimitCacheKey(id)));
 }