//! Remote cache dump worker — delegates to `spider_remote_cache`.
//!
//! This module re-exports the shared worker from `spider_remote_cache` so
//! existing call sites in chromey continue to work unchanged.
//!
//! [`init_default_cache_worker`] injects chromey's `REQUEST_CLIENT` into
//! the shared crate so the remote cache uploads reuse the same connection
//! pool and TLS stack.
pub use ;
/// Init the cache worker, injecting chromey's `REQUEST_CLIENT` so the
/// remote cache uploads share the same connection pool and TLS config.
pub async