| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Based on the example provided, the save key here would always be different from the cache restore key. And on top of that, the function call for `hashFiles` looked incorrect on the save action (both in casing and for the files it was hashing). This PR aligns the examples so they'd restore & save for the same purpose.
There was a problem hiding this comment.
Updates the caching strategies documentation to ensure the “re-evaluate cache key” example uses a consistent cache key between restore and save, correcting the previously misleading example.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Based on the example provided, the save key here would always be different from the cache restore key. And on top of that, the function call for hashFiles looked incorrect on the save action (both in casing and for the files it was hashing).
This PR aligns the examples so they'd restore & save for the same purpose.
Motivation and Context
The documentation is a bit misleading here.
Types of changes
Checklist: