dotnet-architecture / HealthChecks

Experimental Health Checks for building services, such as with ASP.NET Core
Other
453 stars 124 forks source link

Extract CachedHealthCheck base class #38

Closed bradwilson closed 7 years ago

bradwilson commented 7 years ago

This removes the Func<> requirement to use the caching functionality of the health check base class. HealthCheck remains as the cached, Func<>-based implementation.