1 write to _cache
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
24_cache = new MemoryCache(new MemoryCacheOptions { SizeLimit = _options.CacheSize, Clock = new CachingClock(timeProvider) });
2 references to _cache
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateValidationCache.cs (2)
42=> _cache.Get<AuthenticateResult>(ComputeKey(certificate))?.Clone(); 59_cache.Set(ComputeKey(certificate), result.Clone(), new MemoryCacheEntryOptions()