Exemple #1
0
 public DistributedCacheTicketStore(IDistributedCache cache)
 {
     _cache = cache;
     _cache.CheckArgumentIsNull(nameof(_cache));
 }