This commit is contained in:
TheGiddyLimit
2024-07-20 15:02:52 +01:00
parent c330614db9
commit 275b97485e
9 changed files with 1840 additions and 1679 deletions

View File

@@ -1983,7 +1983,7 @@ class DataLoader {
const {siteData = null, prereleaseData = null, brewData = null} = await this._pCacheAndGet_getCacheMeta({pageClean, sourceClean, dataLoader});
await this._pCacheAndGet_processCacheMeta({dataLoader, siteData, prereleaseData, brewData, lockToken2});
return this.getFromCache(page, source, hash, {isCopy, _isInsertSentinelOnMiss: true});
return this.getFromCache(page, source, hash, {isCopy, isRequired, _isInsertSentinelOnMiss: true});
}
static async pCacheAndGetHash (page, hash, opts) {