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 4b6de32 commit eaa7e5dCopy full SHA for eaa7e5d
src/run/handlers/cache.cts
@@ -312,7 +312,7 @@ export class NetlifyCacheHandler implements CacheHandler {
312
313
const value = this.transformToStorableObject(data, context)
314
315
- // if previous CacheHandler.get call returned null (page was either never rendered on was on-demand revalidated)
+ // if previous CacheHandler.get call returned null (page was either never rendered or was on-demand revalidated)
316
// and we didn't yet capture cache tags, we try to get cache tags from freshly produced cache value
317
this.captureCacheTags(value, key)
318
0 commit comments