prepare_cache# prepare_cache(executor_id, cache_path)[source]# Fail early if the cache path is not writable. Otherwise Docker might spit misleading “Device or resource busy” message. Parameters: executor_id (str) – cache_path (Optional[Path]) – Return type: Path