pub fn cache_health_component(
config: CacheConfig,
cache: Arc<dyn CacheBackend>,
) -> RuntimeComponentBundleRegistration<CacheHealthComponent>Expand description
Creates the standard cache diagnostics health component.
pub fn cache_health_component(
config: CacheConfig,
cache: Arc<dyn CacheBackend>,
) -> RuntimeComponentBundleRegistration<CacheHealthComponent>Creates the standard cache diagnostics health component.