We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@netlify/cache-utils
1 parent 6cb919d commit d271ce9Copy full SHA for d271ce9
packages/cache-utils/README.md
@@ -109,10 +109,10 @@ Current directory used to resolve relative paths.
109
`options`: `object`\
110
_Returns_: `Promise<Boolean>`
111
112
-Restore a file/directory previously cached. Skipped if the file/directory already exists locally or if it has not been
113
-cached yet.
+Restore a file/directory previously cached. Skipped if it has not been cached yet.
114
115
-Please be careful: this overwrites the local file/directory if any exists.
+Please be careful: if the file/directory was cached, this will delete local file/directory and replace it with cached
+content.
116
117
Returns `false` if the file/directory was not cached yet. Returns `true` otherwise.
118
0 commit comments