1 reference to CachingClock
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
24
_cache = new MemoryCache(new MemoryCacheOptions { SizeLimit = _options.CacheSize, Clock = new
CachingClock
(timeProvider) });