Closed bradwilson closed 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.
Func<>
HealthCheck
This removes the
Func<>
requirement to use the caching functionality of the health check base class.HealthCheck
remains as the cached,Func<>
-based implementation.