pub fn read_pack_bytes_cached(pack_path: &Path) -> Result<Arc<Vec<u8>>>
Read pack file bytes from the process-wide cache.
Returns Error::Io when the pack cannot be read.
Error::Io