pub fn cache_speed_mode() -> CacheSpeedModeExpand description
Return the current process-global cache batch-fetch speed profile.
Defaults to CacheSpeedMode::Slow until changed via
set_cache_speed_mode. The value is shared across all caches in the
process.