Update CACHING.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
Sankalp Kotewar 2023-01-11 10:11:56 +05:30 committed by GitHub
parent 56d316e1fd
commit e999d08944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ If you want to avoid re-computing the cache key again in `save` action, the outp
### Re-evaluate cache key while saving cache
With save action, the key can now be re-evaluated while executing the action. This helps in cases where the lockfiles are generated during the build.
On the other hand, the key can also be explicitly re-computed while executing the save action. This helps in cases where the lockfiles are generated during the build.
Let's say we have a restore step that computes key at runtime