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 +