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)
48
return
_cache
.Get<AuthenticateResult>(key)?.Clone();
72
_cache
.Set(key, result.Clone(), new MemoryCacheEntryOptions()