From 5e6197bef27290baad4681d8820c7c2ad2199b83 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:56:51 +0530 Subject: [PATCH] Update CACHING.md --- CACHING.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/CACHING.md b/CACHING.md index 1ac79e7..1a9b2ff 100644 --- a/CACHING.md +++ b/CACHING.md @@ -87,19 +87,57 @@ Refer [matching the key](https://docs.github.com/en/actions/using-workflows/cach ## Restore action ### Sample workflow for restore action + + +### Restore only on cache hit (else fail the workflow) + +### Make cache read only / Reuse cache from centralized job ## Save action ### Sample workflow for save action + ## Restore followed by save -## Save followed by restore + +## Save followed by restore + + +## Storage & CLI + + ## Optimisation -## Storage + ## Snippets +