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()