From 297b57ab5989d8054b0243d6ff558ae0e3471df1 Mon Sep 17 00:00:00 2001 From: dimiexplorer Date: Mon, 9 Sep 2024 16:03:51 +1000 Subject: [PATCH] chore: update copy with feedback --- pages/pipelines/hosted_agents/mac.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/pipelines/hosted_agents/mac.md b/pages/pipelines/hosted_agents/mac.md index 3251e340e5..4bd1b31c3a 100644 --- a/pages/pipelines/hosted_agents/mac.md +++ b/pages/pipelines/hosted_agents/mac.md @@ -153,13 +153,9 @@ Updated Xcode versions will be available one week after Apple offers them for do - libpq - GMP -## Cache volumes +## Git mirror cache -_Cache volumes_ are external volumes attached to hosted agent instances. These volumes are attached on a best-effort basis depending on their locality, expiration and current usage, and therefore, should not be relied upon as durable data storage. By default, cache volumes are scoped to a pipeline and are shared between all steps in the pipeline. - -### Git mirror cache - -The Git mirror cache is a special type of cache volume that is used to speed up Git operations by caching the Git repository between builds. This is useful for large repositories that are slow to clone. +The Git mirror cache is a specialized type of cache volume designed to accelerate Git operation by caching the Git repository between builds. This is useful for large repositories that are slow to clone. These volumes are attached on a best-effort basis depending on their locality, expiration and current usage, and therefore, should not be relied upon as durable data storage. By default, Git mirror cache is scoped to a pipeline and is shared between all steps in the pipeline. ### Enabling Git mirror cache