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.
1 parent 0014629 commit cbd70cfCopy full SHA for cbd70cf
post.ts
@@ -7,6 +7,8 @@ const main = async () => {
7
8
const layerCache = new LayerCache(repotag)
9
await layerCache.store(key)
10
+ const layercache2 = new LayerCache(repotag)
11
+ await layercache2.restore(key)
12
}
13
14
main().catch(e => {
0 commit comments