pub async fn load_all_plugins_cache_only() -> Result<PluginLoadResult, Box<dyn Error + Send + Sync>>
Load all plugins from cache only (strictly no network).
Same as load_all_plugins but guaranteed never to hit the network.